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