X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=6244ebbbd82c0676cc9ce8537f0ac7cdad9592b5;hb=9c61930488da84cccaeaaabea55d3ad4e1323fda;hp=26ec86fb4fc5f908be26ade3409277e26df779fd;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index 26ec86f..6244ebb 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -23,9 +23,15 @@ (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)) +