1.0.13.53: Minor changes to SB-COVER, SB-MD5 tests for Win32
[sbcl.git] / src / pcl / fixup.lisp
index b759071..6244ebb 100644 (file)
 (in-package "SB-PCL")
 
 (!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))
+