chiark / gitweb /
src/codegen-{proto,impl}.lisp: Gather `definst' forms together.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 16 Dec 2015 03:35:50 +0000 (03:35 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000 (14:40 +0100)
commit77d83e015f7cd280b385ad53c486e2c27ad6152f
tree3434f56b73af19fcce2fbdede5af6ebc4c826275
parentb492babc8de898bd22d638d7c25f24356896a3a9
src/codegen-{proto,impl}.lisp: Gather `definst' forms together.

Having some of the definitions in the `proto' file and some in the
`impl' file doesn't make a great deal of sense.  I think that the ones
in the `impl' file were meant to be the ones which depend on the
`format-compound-statement' macro, but that's a terrible reason.

Hoist this macro above the `definst' forms, gather them all together as
part of the protocol, and sort them out a bit better.

Nothing observable has actually changed.
src/codegen-impl.lisp
src/codegen-proto.lisp