1.0.27.21: more careful (SETF DOCUMENTATION) for functions
[sbcl.git] / src / pcl / fixup.lisp
index b759071..2ea6fb9 100644 (file)
 (in-package "SB-PCL")
 
 (!fix-early-generic-functions)
+(!fix-ensure-accessor-specializers)
+(compute-standard-slot-locations)
+(dolist (s '(condition function 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)