X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdlisp3.lisp;h=c3209ac6669b2322129de52070721f61f83cab22;hb=104ee7ee303efa16e415f5e75df635ac54dba733;hp=4ff456756a0cb2050a6040b018b2fcc8997b1bd1;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/pcl/dlisp3.lisp b/src/pcl/dlisp3.lisp index 4ff4567..c3209ac 100644 --- a/src/pcl/dlisp3.lisp +++ b/src/pcl/dlisp3.lisp @@ -22,9 +22,6 @@ ;;;; specification. (in-package "SB-PCL") - -(sb-int:file-comment - "$Header$") (eval-when (:compile-toplevel :load-toplevel :execute) (defparameter *checking-or-caching-list* @@ -63,8 +60,8 @@ ) ; EVAL-WHEN (defmacro make-checking-or-caching-function-list () - `(list ,@(mapcar #'(lambda (key) - `(cons ',key (emit-checking-or-caching-macro ,@key))) + `(list ,@(mapcar (lambda (key) + `(cons ',key (emit-checking-or-caching-macro ,@key))) *checking-or-caching-list*))) ;;; Rather than compiling the constructors here, just tickle the range