X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fsanctify.lisp;h=e115bc604af3bbe5d0adb1118831856516cf79b4;hb=5cf3c4259d529e180d75d4d140f344e600d2b06b;hp=87e5d5e41c459258f4d723c3fba366760be14502;hpb=4ebdc81b1a9c6dbed6e98b112afc8dd32b17a2dd;p=sbcl.git diff --git a/src/compiler/x86-64/sanctify.lisp b/src/compiler/x86-64/sanctify.lisp index 87e5d5e..e115bc6 100644 --- a/src/compiler/x86-64/sanctify.lisp +++ b/src/compiler/x86-64/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))