chiark / gitweb /
src/classes.lisp, src/class-finalize-impl.lisp: Don't export slot writers.
[sod] / src / class-layout-impl.lisp
index 7a2d9ccb0b07a76aae1a6b8bc3c93d6d4bdd60f3..fb684b74abec93a4e7dd765544008e08b5c22357 100644 (file)
@@ -50,7 +50,8 @@ (defmethod compute-effective-slot ((class sod-class) (slot sod-slot))
 ;;;--------------------------------------------------------------------------
 ;;; Special-purpose slot objects.
 
-(export 'sod-class-slot)
+(export '(sod-class-slot
+         sod-slot-initializer-function sod-slot-prepare-function))
 (defclass sod-class-slot (sod-slot)
   ((initializer-function :initarg :initializer-function
                         :type (or symbol function)