Fix for sb-gmp bignum result allocation (lp#1206191)
[sbcl.git] / src / pcl / defcombin.lisp
index f3296a9..c4dc449 100644 (file)
   (let ((intercept-rebindings
          (let (rebindings)
            (dolist (arg args-lambda-list (nreverse rebindings))
-             (unless (member arg lambda-list-keywords)
+             (unless (member arg lambda-list-keywords :test #'eq)
                (typecase arg
                  (symbol (push `(,arg ',arg) rebindings))
                  (cons