chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8152ead
)
src/module-impl.lisp (c-fragment): Fix docstring formatting.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000
(15:16 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000
(19:58 +0100)
src/module-impl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/module-impl.lisp
b/src/module-impl.lisp
index 262672667733d395a3f336f58daa7a60a27eff10..cb3a8ad8b51612b40627045b942969fab08b9756 100644
(file)
--- 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.
(: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.
(defun output-c-excursion (stream location func)
"Invoke FUNC surrounding it by writing #line markers to STREAM.