X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-c.lisp;h=e2c677a62c082187015526f30aee78a7bc530f25;hb=c41d75f1d2defd6234e644ef2b40440a5d1526c5;hp=ce5199becbd6ebcb382cb8f79e2f4f8016a6f98d;hpb=8731c1a7c1a585d190151fa881050fb5e14c0616;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index ce5199b..e2c677a 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -160,8 +160,8 @@ ;; (FOO 14))) ;; and then we happen to compile bar.lisp before foo.lisp. (when (looks-like-name-of-special-var-p symbol) - ;; FIXME: should be COMPILER-STYLE-WARNING? - (style-warn "using the lexical binding of the symbol ~S, not the~@ + ;; FIXME: should be COMPILER-STYLE-WARNING? + (style-warn "using the lexical binding of the symbol ~S, not the~@ dynamic binding, even though the symbol name follows the usual naming~@ convention (names like *FOO*) for special variables" symbol)) (values))