X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpcl%2Fearly-low.lisp;h=40cdf1dcdbe5ab1ae40c0c45c9bbe7f9c7ae3f91;hb=872175cd9cb5b4966a36d4bd92421cc407a0355b;hp=4c470cc6639f6c19e3d7a7403c725491e485c016;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/pcl/early-low.lisp b/src/pcl/early-low.lisp index 4c470cc..40cdf1d 100644 --- a/src/pcl/early-low.lisp +++ b/src/pcl/early-low.lisp @@ -37,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"))