1.0.11.26: correcting some types in SB-UNIX.
[sbcl.git] / src / pcl / fixup.lisp
index 26ec86f..6244ebb 100644 (file)
 
 (in-package "SB-PCL")
 
-(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)
   (declare (ignore depth))
   (print-object instance stream))
+