chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
348f3bf
)
src/c-types-proto.lisp: Fix docstring.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Sep 2015 10:05:33 +0000
(11:05 +0100)
src/c-types-proto.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/c-types-proto.lisp
b/src/c-types-proto.lisp
index b9b61bf9cac0106d1a59ab8a5906c6515cf6265a..edadd64f5ebac16013e967a563218e6872518b79 100644
(file)
--- a/
src/c-types-proto.lisp
+++ b/
src/c-types-proto.lisp
@@
-253,7
+253,7
@@
(defgeneric commentify-argument-name (name)
"Produce a `commentified' version of the argument.
The default behaviour is that temporary argument names are simply omitted
- (
NIL
is returned); otherwise, `/*...*/' markers are wrapped around the
+ (
nil
is returned); otherwise, `/*...*/' markers are wrapped around the
printable representation of the argument.")
(:method ((name null)) nil)
(:method ((name t)) (format nil "/*~A*/" name)))