X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fsanctify.lisp;h=e115bc604af3bbe5d0adb1118831856516cf79b4;hb=b83353d9f998e5c0e34604b5593df70c66d2c510;hp=87e5d5e41c459258f4d723c3fba366760be14502;hpb=bc46c8bcdd6ac8918df8ea9e9db49808e4924fcf;p=sbcl.git diff --git a/src/compiler/x86/sanctify.lisp b/src/compiler/x86/sanctify.lisp index 87e5d5e..e115bc6 100644 --- a/src/compiler/x86/sanctify.lisp +++ b/src/compiler/x86/sanctify.lisp @@ -7,12 +7,12 @@ ;;;; While most of SBCL is derived from the CMU CL system, the test ;;;; files (like this one) were written from scratch after the fork ;;;; from CMU CL. -;;;; +;;;; ;;;; This software is in the public domain and is provided with ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. -(in-package :sb!vm) +(in-package "SB!VM") (defun sanctify-for-execution (component) (declare (ignore component))