chiark / gitweb /
src/: Make pretty-printing better at handling tight margins.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Dec 2015 18:31:42 +0000 (18:31 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 14:09:03 +0000 (15:09 +0100)
commit243cffbf70b9e0155a17563a66efbb6bf34c820c
tree9ccf9940fb3e57e30c41eecba21fd7b36021b491
parent678b6c0f7fe1d62abdf249b173a8a922c4e5c1d3
src/: Make pretty-printing better at handling tight margins.

Insert some more newlines, and make existing ones less miserly.  Also,
make sure margins are set before the newlines, rather than after.

Printing for `var' is lightly hacked to allow a break before the
initializer.
src/c-types-impl.lisp
src/c-types-test.lisp
src/codegen-proto.lisp