1.0.6.46: better standard-specializer-p implementation
[sbcl.git] / src / pcl / fixup.lisp
index b6f1897..83e9721 100644 (file)
 
 (in-package "SB-PCL")
 
-(sb-int:file-comment
-  "$Header$")
-
-(fix-early-generic-functions)
+(!fix-early-generic-functions)
+(!fix-ensure-accessor-specializers)
+(compute-standard-slot-locations)
+(dolist (s '(condition structure-object))
+  (dohash (k v (classoid-subclasses (find-classoid s)))
+    (find-class (classoid-name k))))
 (setq *boot-state* 'complete)
 
 (defun print-std-instance (instance stream depth)