chiark / gitweb /
src/c-types-impl.lisp: Refactor pretty-printing of function types.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Dec 2015 18:29:49 +0000 (18:29 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 14:09:03 +0000 (15:09 +0100)
commit678b6c0f7fe1d62abdf249b173a8a922c4e5c1d3
treea07b47b8b00cb0620ce990a2c73418aef88ad025
parent2d8d81c52aded8f15e37b061971d493742f55751
src/c-types-impl.lisp: Refactor pretty-printing of function types.

This will pay off later.  Even now, it's a bit easier to read.

If you pay attention, you'll notice that there's an extra logical block
around the argument list which doesn't seem to do anything very useful.
That too will pay off later.  Nothing else has actually changed yet.
doc/SYMBOLS
doc/clang.tex
src/c-types-impl.lisp