X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=6244ebbbd82c0676cc9ce8537f0ac7cdad9592b5;hb=db770d287bb64a58967d08fdd8225c02cdd4d45a;hp=83e97213f288efce9f92b607f8d4dbe68479914d;hpb=990728854b8ba017888811d1b0453b15dfa8a581;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index 83e9721..6244ebb 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -27,10 +27,11 @@ (!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)) +