X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fearly-low.lisp;h=70fdb62b61d7b20c714045305ee4a55ecddd3f5e;hb=40bf78b47ea89b15698adb9c550efa4cbacafeb7;hp=40cdf1dcdbe5ab1ae40c0c45c9bbe7f9c7ae3f91;hpb=31361af9eb64344f521abbb245ea784c76c746e5;p=sbcl.git diff --git a/src/pcl/early-low.lisp b/src/pcl/early-low.lisp index 40cdf1d..70fdb62 100644 --- a/src/pcl/early-low.lisp +++ b/src/pcl/early-low.lisp @@ -25,6 +25,8 @@ ;;;; specification. (in-package "SB-PCL") + +(/show "starting early-low.lisp") ;;; FIXME: The PCL package is internal and is used by code in potential ;;; bottlenecks. Access to it might be faster through #.(find-package "SB-PCL") @@ -41,7 +43,6 @@ ;;; #+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")) ;;; This excludes structure types created with the :TYPE option to ;;; DEFSTRUCT. It also doesn't try to deal with types created by @@ -56,3 +57,5 @@ (and class (typep (sb-kernel:layout-info (sb-kernel:class-layout class)) 'sb-kernel:defstruct-description))))) + +(/show "finished with early-low.lisp")