X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmacros.lisp;h=700f7e4f55f46ff8e1d85c845e9890be9bfb6361;hb=4b13aa3a7f0f4c6249e2787f4171e3c362d634c1;hp=8f1a836773071a3577280bb5280e635dcd158359;hpb=f171f5d447f88f542730a06a2c72e84301f07f30;p=sbcl.git diff --git a/src/compiler/macros.lisp b/src/compiler/macros.lisp index 8f1a836..700f7e4 100644 --- a/src/compiler/macros.lisp +++ b/src/compiler/macros.lisp @@ -193,6 +193,7 @@ translations-name attribute-names get-setf-expansion-fun-name) + (declare (ignore attribute-names)) `(define-setf-expander ,test-name (place &rest attributes &environment env) "Automagically generated boolean attribute setter. See