X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fearly-low.lisp;h=40cdf1dcdbe5ab1ae40c0c45c9bbe7f9c7ae3f91;hb=872175cd9cb5b4966a36d4bd92421cc407a0355b;hp=39d21d1e2174d7fe827cd58d66303c9ee51776d5;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/pcl/early-low.lisp b/src/pcl/early-low.lisp index 39d21d1..40cdf1d 100644 --- a/src/pcl/early-low.lisp +++ b/src/pcl/early-low.lisp @@ -24,9 +24,6 @@ ;;;; warranty about the software, its performance or its conformity to any ;;;; specification. -(sb-int:file-comment - "$Header$") - (in-package "SB-PCL") ;;; FIXME: The PCL package is internal and is used by code in potential @@ -40,8 +37,8 @@ ;;; could be made less viciously brittle when SB-FLUID.) ;;; (Or perhaps just define a macro ;;; (DEFMACRO PKG (NAME) -;;; #!-SB-FLUID (FIND-PACKAGE NAME) -;;; #!+SB-FLUID `(FIND-PACKAGE ,NAME)) +;;; #-SB-FLUID (FIND-PACKAGE NAME) +;;; #+SB-FLUID `(FIND-PACKAGE ,NAME)) ;;; and use that to replace all three variables.) (defvar *pcl-package* (find-package "SB-PCL")) (defvar *slot-accessor-name-package* (find-package "SB-SLOT-ACCESSOR-NAME"))