src/module-impl.lisp: Indent the first line of a C fragment on output.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 8 Aug 2019 00:49:41 +0000 (01:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 8 Aug 2019 00:49:41 +0000 (01:49 +0100)
commita61f73b9e977b2575fa0ef6ae2ca2ac3b0fc2221
tree5275733abc1a76572492164924fa97237ae0f411
parent8987c73e1fd651a6be4fd3c62c9efff849151c80
src/module-impl.lisp: Indent the first line of a C fragment on output.

If we make the text appear in the right column, then GCC (at least) will
print out the correct line of the original Sod module and underline the
right pieces of it in error messages.  Which is pretty awesome,
actually.
src/module-impl.lisp