0.pre7.74:
[sbcl.git] / src / pcl / early-low.lisp
index 40cdf1d..5d436da 100644 (file)
@@ -25,6 +25,8 @@
 ;;;; specification.
 
 (in-package "SB-PCL")
+
+(/show "starting early-low.lisp")
 \f
 ;;; 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")
@@ -56,3 +58,5 @@
         (and class
              (typep (sb-kernel:layout-info (sb-kernel:class-layout class))
                     'sb-kernel:defstruct-description)))))
+\f
+(/show "finished with early-low.lisp")