src/builtin.lisp: Keep the first initarg in the list.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 14:56:10 +0000 (15:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:22 +0000 (16:46 +0100)
commitdea6ee94a659dbe4794fa450037664781009d4eb
treeea47228a929d549c5cd140ebcf183b15594daab2
parent5568c760e5a2062815fc4b71735bc33383db88da
src/builtin.lisp: Keep the first initarg in the list.

Otherwise a superclass unexpectedly defining an initarg will cause it to
be demoted relative to other initargs.
src/builtin.lisp
test/test.sod