X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=af0239f9cd7054256368bc1080b90a43faff2fc4;hb=ad3beba970fab6e451a461c9f9b14faf4ef17718;hp=b759071ddf935ecaa88ca15a644a0001d8086f62;hpb=f392742d2781f42b3bb15b637e5008e10fbbe092;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index b759071..af0239f 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -24,6 +24,10 @@ (in-package "SB-PCL") (!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)