src/class-make-{proto,impl}.lisp: Don't always add initializers to classes.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 Oct 2019 21:50:42 +0000 (22:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Oct 2019 23:18:28 +0000 (00:18 +0100)
Add a switch `:add-to-class' to inhibit adding the new initializer
object to its class.

(The class is still necessary because it's in control of initializer
construction: otherwise I'd do this by passing a `nil' class.)


No differences found