1.0.15.34: tweak the PCL cache improvement from 1.0.15.12
[sbcl.git] / src / pcl / fixup.lisp
index 83e9721..6244ebb 100644 (file)
 (!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))
+