X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=6244ebbbd82c0676cc9ce8537f0ac7cdad9592b5;hb=158f220d2e6b44e48806480d6498466b9fc7eb62;hp=e51da94f40402e1875ae1bca8df0e73bff28ed35;hpb=310d5f86d736ecf9525711b087b04797c549879c;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index e51da94..6244ebb 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -24,9 +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)) +