src/class-make-{proto,impl}.lisp: Don't always add initializers to classes.
[sod] / src / class-layout-proto.lisp
index c919892..5c755a3 100644 (file)
    object's metadata; but that would either require a search or we'd have to
    be able work out the target chain's index in the table."))
 
+(export 'make-chain-offset)
 (defgeneric make-chain-offset (class chain-head target-head)
   (:documentation
    "Return the offset from CHAIN-HEAD to TARGET-HEAD."))