X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=6244ebbbd82c0676cc9ce8537f0ac7cdad9592b5;hb=45bc305be4e269d2e1a477c8e0ae9a64df1ccd1c;hp=af0239f9cd7054256368bc1080b90a43faff2fc4;hpb=400bc3bc27cf38777a57ed66eacc4726c3caba33;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index af0239f..6244ebb 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -24,12 +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))) + (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)) +