X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsetf-funs.lisp;h=3e18ea60b37c19546dc98bee9461229d5aaac713;hb=01044af1b8d69fc3899dc0417064c1512223223d;hp=cdeba891a3961ce9ece925829706d9aa0c9466d8;hpb=f4f18b9dcdaf1948947b1747f5bfa766a1a0ee4c;p=sbcl.git diff --git a/src/code/setf-funs.lisp b/src/code/setf-funs.lisp index cdeba89..3e18ea6 100644 --- a/src/code/setf-funs.lisp +++ b/src/code/setf-funs.lisp @@ -23,8 +23,8 @@ (cond ((null (intersection args sb!xc:lambda-list-keywords)) `(defun (setf ,name) ,arglist - (declare ,@(mapcar #'(lambda (arg type) - `(type ,type ,arg)) + (declare ,@(mapcar (lambda (arg type) + `(type ,type ,arg)) arglist (cons res args))) (setf (,name ,@(rest arglist)) ,(first arglist)))) @@ -48,7 +48,7 @@ (res (compute-one-setter sym type)))))) `(progn ,@(res)))) -); eval-when (compile eval) +) ; EVAL-WHEN (define-setters ("COMMON-LISP") ;; Semantically silly...