X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fearly-c.lisp;h=e04ad0344b6894e0690cd5ffb874bdb45499bea3;hb=ee8c58af0f59d9e5b4307efcbf944f88b850343b;hp=b6d0803a07d6a3c190b4e6bb34d528f51d7ce1c5;hpb=5d04a95274c9ddaebbcd6ddffc5d646e2c25598c;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index b6d0803..e04ad03 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -164,7 +164,7 @@ ;; 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 'sb!kernel:ignoring-asterisks-in-lexical-variable-name + (style-warn 'sb!kernel:asterisks-around-lexical-variable-name :format-control "using the lexical binding of the symbol ~S, not the~@ dynamic binding"