chiark / gitweb /
src/module-impl.lisp: Indent the first line of a C fragment on output.
[sod] / src / class-layout-impl.lisp
index 7ff46679b818cec6e397b50e65b5bdf474c29def..e93f4019073581719671702aa2be81b077a2782c 100644 (file)
@@ -90,7 +90,9 @@   (default-slot (slot 'initializer-function)
   (default-slot (slot 'prepare-function)
     (get-property pset :prepare-function :func nil)))
 
   (default-slot (slot 'prepare-function)
     (get-property pset :prepare-function :func nil)))
 
-(export 'sod-class-effective-slot)
+(export '(sod-class-effective-slot
+         effective-slot-initializer-function
+         effective-slot-prepare-function))
 (defclass sod-class-effective-slot (effective-slot)
   ((initializer-function :initarg :initializer-function
                         :type (or symbol function)
 (defclass sod-class-effective-slot (effective-slot)
   ((initializer-function :initarg :initializer-function
                         :type (or symbol function)