X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=af0239f9cd7054256368bc1080b90a43faff2fc4;hb=cd99f20d910298cbf5c2000e3dc3595fb0c8418b;hp=e51da94f40402e1875ae1bca8df0e73bff28ed35;hpb=310d5f86d736ecf9525711b087b04797c549879c;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index e51da94..af0239f 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -25,6 +25,9 @@ (!fix-early-generic-functions) (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)