1.0.47.30: sb-cltl2:function-information didn't work on setf-functions.
authorStas Boukarev <stassats@users.sourceforge.net>
Sat, 23 Apr 2011 19:02:56 +0000 (19:02 +0000)
committerStas Boukarev <stassats@users.sourceforge.net>
Sat, 23 Apr 2011 19:02:56 +0000 (19:02 +0000)
Change sb-cltl2:function-information ftype declaration from
(symbol ...) to ((or symbol cons) ...).

Fixes lp#769596.

contrib/sb-cltl2/env.lisp
version.lisp-expr

index 0bd6c1b..7b479c8 100644 (file)
     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))
index a27cdab..5231d6b 100644 (file)
@@ -20,4 +20,4 @@
 ;;; 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"