X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdlisp.lisp;h=e6de19f7003d1b59ac32f1a5257daf9aa38e0dc3;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=c4c7115916e335e22d249c028aae81c8c9240945;hpb=2217cdb364e8b48c187b085895bb2a5cbdbd9622;p=sbcl.git diff --git a/src/pcl/dlisp.lisp b/src/pcl/dlisp.lisp index c4c7115..e6de19f 100644 --- a/src/pcl/dlisp.lisp +++ b/src/pcl/dlisp.lisp @@ -61,7 +61,7 @@ (defun emit-n-n-readers () (emit-one-or-n-index-reader/writer :reader t nil)) -(defun emit-n-n-boundp () +(defun emit-n-n-boundps () (emit-one-or-n-index-reader/writer :boundp t nil)) (defun emit-n-n-writers () @@ -123,7 +123,7 @@ (lambda `(lambda ,closure-variables ,@(when (member 'miss-fn closure-variables) `((declare (type function miss-fn)))) - #'(sb-kernel:instance-lambda ,args + #'(instance-lambda ,args (let () (declare #.*optimize-speed*) ,form)))))