X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdefs.lisp;h=985bf5ce97590bffb249a5574178870f2f45afa5;hb=6bbc22725d3bf663726ed9adca544e39316364a6;hp=703a7b5c9f92acc730e70cc5f18ccb94e404adaa;hpb=7d853ed1882221bc790062e423a74a620f6e4ee1;p=sbcl.git diff --git a/src/pcl/defs.lisp b/src/pcl/defs.lisp index 703a7b5..985bf5c 100644 --- a/src/pcl/defs.lisp +++ b/src/pcl/defs.lisp @@ -195,12 +195,6 @@ (push (list class-name symbol) *built-in-wrapper-symbols*) symbol))) -(pushnew '%class *var-declarations*) -(pushnew '%variable-rebinding *var-declarations*) - -(defun variable-class (var env) - (caddr (var-declaration 'class var env))) - (defvar *standard-method-combination*) (defun plist-value (object name) @@ -233,7 +227,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)) @@ -657,10 +651,10 @@ (defclass slot-class (pcl-class) ((direct-slots :initform () - :accessor class-direct-slots) + :reader class-direct-slots) (slots :initform () - :accessor class-slots))) + :reader class-slots))) ;;; The class STD-CLASS is an implementation-specific common ;;; superclass of the classes STANDARD-CLASS and