src/codegen-proto.lisp: Include `;' in `var-inst' output.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:59:45 +0000 (10:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 17:11:38 +0000 (18:11 +0100)
commit75dbacfca91031ad04d2464926239e329ffc5ca4
treeff5d69e8e2d89af167d66ef87b48b6ebda0f8987
parent66836e149e29c12c8bf4884ff91de7d9a9c879cb
src/codegen-proto.lisp: Include `;' in `var-inst' output.

Because other kinds of decls will have their own semicolons.  Previously
the semicolons were added as part of the block output machinery.
src/codegen-proto.lisp