1.0.9.9: rename CLASS-SLOT-VECTOR to CLASS-SLOT-TABLE
[sbcl.git] / src / pcl / defs.lisp
index e01064e..dff7856 100644 (file)
    (slots
     :initform ()
     :reader class-slots)
-   (slot-vector
+   (slot-table
     :initform #(nil)
-    :reader class-slot-vector)))
+    :reader class-slot-table)))
 
 ;;; The class STD-CLASS is an implementation-specific common
 ;;; superclass of the classes STANDARD-CLASS and