X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ferror.lisp;h=78b73a15672db0f59b422cb3412c212002aadab4;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=27be4e5bb18cee62fb3fb1eb6c41107e6916a2c0;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/error.lisp b/src/code/error.lisp index 27be4e5..78b73a1 100644 --- a/src/code/error.lisp +++ b/src/code/error.lisp @@ -11,10 +11,7 @@ ;;;; provided with absolutely no warranty. See the COPYING and CREDITS ;;;; files for more information. -(in-package "SB!CONDITIONS") - -(sb!int:file-comment - "$Header$") +(in-package "SB!KERNEL") (define-condition simple-style-warning (simple-condition style-warning) ())