X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/e7d43325b56fc912c6ae55225e55529aff12b6ed..3b92d2b13d6784a8e30babcf6def39d2ba05082f:/src/module-impl.lisp?ds=inline diff --git a/src/module-impl.lisp b/src/module-impl.lisp index 2626726..cb3a8ad 100644 --- a/src/module-impl.lisp +++ b/src/module-impl.lisp @@ -153,8 +153,8 @@ (defclass c-fragment () (:documentation "Represents a fragment of C code to be written to an output file. - A C fragment is aware of its original location, and will bear proper #line - markers when written out.")) + A C fragment is aware of its original location, and will bear proper + `#line' markers when written out.")) (defun output-c-excursion (stream location func) "Invoke FUNC surrounding it by writing #line markers to STREAM.