1.0.17.24: refactor handling of constants in the compiler
[sbcl.git] / src / compiler / constantp.lisp
index 0e2f4af..29252c2 100644 (file)
@@ -145,7 +145,7 @@ constantness of the FORM in ENVIRONMENT."
                   ;; instead of general (not handling cases like &key (x y))
                   (declare (ignorable
                             ,@(remove-if (lambda (arg)
-                                           (member arg lambda-list-keywords))
+                                           (member arg sb!xc:lambda-list-keywords))
                                          lambda-list)))
                    ,body))))
       `(progn