handle non-standard slot allocations when updating classes
[sbcl.git] / src / pcl / low.lisp
index 2a333d0..53c744d 100644 (file)
@@ -92,8 +92,7 @@
                       (for-std-class-p t))
             (:constructor make-wrapper-internal)
             (:copier nil))
-  (instance-slots-layout nil :type list)
-  (class-slots nil :type list))
+  (slots () :type list))
 #-sb-fluid (declaim (sb-ext:freeze-type wrapper))
 \f
 ;;;; PCL's view of funcallable instances