src/method-proto.lisp: Collect arguments in vanilla delegation trampolines.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Aug 2019 19:36:42 +0000 (20:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 10 Aug 2019 14:46:01 +0000 (15:46 +0100)
commita469422e9be4244c098a309e78aa3b761cf0a5ec
treeda356f80a3406488fb23cdb8cd6013324963c553
parentdeef49564bd7cd4b9d046569fdc367457f8893a0
src/method-proto.lisp: Collect arguments in vanilla delegation trampolines.

In the keyword-arguments overhaul, somehow the case in `make-trampoline'
for trivially `augmenting' the argument list for a vanilla message, as
opposed to hairy varargs or keyword messages, got lost, with the result
that they ended up with no arguments at all.  Needless to say, the C
compiler is unhappy about this.
src/method-proto.lisp
test/test.sod