src/method-proto.lisp: Fix varargs trampoline method construction.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Sep 2015 14:17:47 +0000 (15:17 +0100)
commitf5d75f560ab705227f421dcffe2504dd1286accc
tree2e1c092681918f316271e897ffe001a3c2c9e676
parent4c3d168fcdd02d012f742a7b38ed52b9779c3f3c
src/method-proto.lisp: Fix varargs trampoline method construction.

The extra `ap' argument comes at the front, not the end.  Trim the final
ellipsis instead of (wrongly) trying to convert it.
src/method-proto.lisp