X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=e3d7f0ad129d4525afe8ce844e69d051e21741f8;hb=102b7c83b326855e16c3bc3ce4fa60c6d7aaba85;hp=b759071ddf935ecaa88ca15a644a0001d8086f62;hpb=f392742d2781f42b3bb15b637e5008e10fbbe092;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index b759071..e3d7f0a 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -24,8 +24,14 @@ (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)) +