1.0.13.10: x86 MOVE-FROM-SIGNED & MOVE-FROM-UNSIGNED hackery
[sbcl.git] / src / pcl / defs.lisp
index e01064e..c781e64 100644 (file)
                (let ((subs (classoid-subclasses class)))
                  (/noshow subs)
                  (when subs
-                   (dohash (sub v subs)
+                   (dohash ((sub v) subs)
                      (declare (ignore v))
                      (/noshow sub)
                      (when (member class (direct-supers sub))
     :reader class-direct-slots)
    (slots
     :initform ()
-    :reader class-slots)
-   (slot-vector
-    :initform #(nil)
-    :reader class-slot-vector)))
+    :reader class-slots)))
 
 ;;; The class STD-CLASS is an implementation-specific common
 ;;; superclass of the classes STANDARD-CLASS and