* src/pcl/slots.lisp: change return value of slot-makunbound-using-class
to OBJECT rather than NIL to conform to AMOP
(error "~@<The slot ~S has neither :INSTANCE nor :CLASS allocation, ~
so it can't be written by the default ~S method.~@:>"
slotd 'slot-makunbound-using-class))))
- nil)
+ object)
(defmethod slot-value-using-class
((class structure-class)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.pre8.112"
+"0.pre8.113"