Change sb-cltl2:function-information ftype declaration from
(symbol ...) to ((or symbol cons) ...).
Fixes lp#769596.
nil))
-(declaim (ftype (sfunction (symbol &optional (or null lexenv))
+(declaim (ftype (sfunction ((or symbol cons) &optional (or null lexenv))
(values (member nil :function :macro :special-form)
boolean
list))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.47.29"
+"1.0.47.30"