chiark / gitweb /
src/{codegen,method}-impl.lisp: Allow non-variables in `vars' lists.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 10:04:18 +0000 (11:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 17:11:37 +0000 (18:11 +0100)
commit66836e149e29c12c8bf4884ff91de7d9a9c879cb
treed4e023c37b031df752c7aa7b91a375e1d2a2693b
parentb559689bf01c399ac0a15e8b73da7488dded72f4
src/{codegen,method}-impl.lisp: Allow non-variables in `vars' lists.

It used to be assumed that everything in the `vars' list was a
`var-inst' object, but that's not going to be true any more.
src/codegen-impl.lisp
src/method-impl.lisp