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