1.0.11.22: hash-table synchronization support
[sbcl.git] / src / pcl / defs.lisp
index dff7856..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-table
-    :initform #(nil)
-    :reader class-slot-table)))
+    :reader class-slots)))
 
 ;;; The class STD-CLASS is an implementation-specific common
 ;;; superclass of the classes STANDARD-CLASS and