X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=2ea6fb9ab6c151c1ed18cac83a4c72bb58aead3f;hb=d25e3478acccec70402ff32554669a982be8e281;hp=26ec86fb4fc5f908be26ade3409277e26df779fd;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index 26ec86f..2ea6fb9 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -23,7 +23,12 @@ (in-package "SB-PCL") -(fix-early-generic-functions) +(!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)