Disable some sb-concurrency tests on win32.
[sbcl.git] / contrib / sb-cltl2 / env.lisp
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))