Canonicalize in-package argument.
authorThiemo Seufer <ths@networkno.de>
Thu, 8 Sep 2005 07:25:32 +0000 (07:25 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 8 Sep 2005 07:25:32 +0000 (07:25 +0000)
src/compiler/alpha/sanctify.lisp
src/compiler/hppa/sanctify.lisp
src/compiler/mips/sanctify.lisp
src/compiler/ppc/sanctify.lisp
src/compiler/sparc/sanctify.lisp
src/compiler/x86-64/sanctify.lisp
src/compiler/x86/alloc.lisp
src/compiler/x86/sanctify.lisp
version.lisp-expr

index 1abc6e0..6a8ac10 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; 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))
index 078c30e..fb25bae 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; 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)
   (without-gcing
index a2f96c8..d100fe0 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; 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)
   (without-gcing
index aa3e55c..de4cd40 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; absolutely no warranty. See the COPYING and CREDITS files for
 ;;;; more information.
 
-(in-package :sb!vm)
+(in-package "SB!VM")
 
 
 \f
index 8a0f415..06bbfe0 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; absolutely no warranty. See the COPYING and CREDITS files for
 ;;;; more information.
 
-(in-package :sb!vm)
+(in-package "SB!VM")
 
 ;;; The comments in some of the cmucl source read that "the i and d
 ;;; caches are unified, and so there is no need to flush them."
index d7aa640..e115bc6 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; 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))
index 6b3453a..66042ec 100644 (file)
     (inst rep)
     (inst stos zero)))
 
-(in-package :sb!c)
+(in-package "SB!C")
+
 (defoptimizer (allocate-vector stack-allocate-result)
     ((type length words) node)
   (ecase (policy node stack-allocate-vector)
 
     (dolist (arg args)
       (annotate-1-value-lvar arg))))
-(in-package :sb!vm)
+
+(in-package "SB!VM")
 
 ;;;
 (define-vop (allocate-code-object)
index d7aa640..e115bc6 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; 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))
index 384871d..aaa9efa 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.4.45"
+"0.9.4.46"