X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsetf-funs.lisp;h=cdeba891a3961ce9ece925829706d9aa0c9466d8;hb=667ec9d494530079bef28e8589dd0d3274b935ec;hp=f26996be98362dc672034ab4a6298dac8f887380;hpb=d147d512602d761a2dcdfded506dd1a8f9a140dc;p=sbcl.git diff --git a/src/code/setf-funs.lisp b/src/code/setf-funs.lisp index f26996b..cdeba89 100644 --- a/src/code/setf-funs.lisp +++ b/src/code/setf-funs.lisp @@ -21,7 +21,7 @@ (values-specifier-type (third type))))) (arglist (make-gensym-list (1+ (length args))))) (cond - ((null (intersection args lambda-list-keywords)) + ((null (intersection args sb!xc:lambda-list-keywords)) `(defun (setf ,name) ,arglist (declare ,@(mapcar #'(lambda (arg type) `(type ,type ,arg))