src/module-parse.lisp: Don't allow a method body on a varargs message def.
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 17:36:55 +0000 (18:36 +0100)
commit2cbdee3da3cb73df67faf1d90823966b8b41388d
tree158d82f7a2b867b020f6e31c98ca3a236d57a796
parent2e1a785d73494fd7adb8573bed52d7c1d50643d5
src/module-parse.lisp: Don't allow a method body on a varargs message def.

It doesn't work because the method will have the wrong type.
src/module-parse.lisp