X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefmacro.lisp;h=5bc4f4704d395178b38853e9a422713da476a08a;hb=a160917364f85b38dc0826a5e3dcef87e3c4c62c;hp=d45a27c0603bfc80e4e99eb73919240013d93978;hpb=cb83aa22932bf4b9bc74ac6f0fcd91db1702ad33;p=sbcl.git diff --git a/src/code/defmacro.lisp b/src/code/defmacro.lisp index d45a27c..5bc4f47 100644 --- a/src/code/defmacro.lisp +++ b/src/code/defmacro.lisp @@ -43,7 +43,7 @@ ;; function, and report spurious warnings about ;; redefinition a macro as a function, and then ;; vice versa. - #-sb-xc-host #-sb-xc-host named-lambda (defmacro ,name) + #-sb-xc-host named-lambda #-sb-xc-host (defmacro ,name) (,whole ,environment) ,@local-decs ,new-body))