X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdefs.lisp;h=dff78568c69ae12dceb5bd42f30084c6027377a0;hb=0e7a9105ae992fc4befa37846c42f298e12918c0;hp=e01064eb297e8233a49cf733bfc58162a3ca54c8;hpb=1fbc96f7aab7919a0ec05138fb159e090914af11;p=sbcl.git diff --git a/src/pcl/defs.lisp b/src/pcl/defs.lisp index e01064e..dff7856 100644 --- a/src/pcl/defs.lisp +++ b/src/pcl/defs.lisp @@ -661,9 +661,9 @@ (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