X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fearly-c.lisp;h=a98ec19e4fdbb2deda7448d92a9abec7e5bc79a7;hb=f865612b20955e92189b1e683203e12c8f08eb79;hp=430918b49dba3ffdc825c7252ea517f1d18efbb0;hpb=b5703d98da9ebfd688c87e14862ab4e26dc94d14;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index 430918b..a98ec19 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -30,11 +30,18 @@ "The exclusive upper bound on the number of multiple VALUES that you can return.") -;;; FIXME: Shouldn't SB!C::&MORE be in this list? (defconstant-eqx sb!xc:lambda-list-keywords - '(&optional &rest &key &aux &body &whole &allow-other-keys &environment) - #!+sb-doc + '(&allow-other-keys + &aux + &body + &environment + &key + &more + &optional + &rest + &whole) #'equal + #!+sb-doc "symbols which are magical in a lambda list") ;;;; cross-compiler-only versions of CL special variables, so that we