1.0.7.27: SLOT-CLASS cleanups
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 17 Jul 2007 20:50:15 +0000 (20:50 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 17 Jul 2007 20:50:15 +0000 (20:50 +0000)
commitda304936655b6690b4ddf15fb2936fe3d219f2ac
treea6c9ebc2cfeb110f1511167a66f46f9411e1a8f3
parent0ee1135a83da462e6de2a98bb2eff837b278f926
1.0.7.27: SLOT-CLASS cleanups

 * No need for two separate implementations of FIND-SLOT-DEFINITION -- just
   move the one we care about to slots-boot.lisp along with MAKE-SLOT-VECTOR
   (which it is intimately tied up with.) Add comments for posterity.

 * There should be no (SETF CLASS-SLOTS) or (SETF CLASS-DIRECT-SLOTS), so
   :READER, not :ACCESSOR in SLOT-CLASS.
src/pcl/defs.lisp
src/pcl/fixup.lisp
src/pcl/slots-boot.lisp
src/pcl/slots.lisp
version.lisp-expr