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:
13cb243
)
src/class-output.lisp: Fix missing parentheses around `me' in message macros.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 15 May 2018 10:04:53 +0000
(11:04 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:40 +0000
(19:58 +0100)
What was I thinking?
src/class-output.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/class-output.lisp
b/src/class-output.lisp
index 806de356886f423dbab797e68fe925970b1bfd35..ee77a2c843a1ab7f75329b753fe796675db88443 100644
(file)
--- a/
src/class-output.lisp
+++ b/
src/class-output.lisp
@@
-185,7
+185,7
@@
(defmethod hook-output progn ((class sod-class) (reason (eql :h)) sequencer)
(when varargsp
(format stream "#ifdef SOD__HAVE_VARARGS_MACROS~%"))
(format stream "#define ~A(~{~A~^, ~}) ~
(when varargsp
(format stream "#ifdef SOD__HAVE_VARARGS_MACROS~%"))
(format stream "#define ~A(~{~A~^, ~}) ~
-
~A
->_vt->~A.~A(~{~A~^, ~})~%"
+
(~A)
->_vt->~A.~A(~{~A~^, ~})~%"
(message-macro-name class entry)
(nreverse in-names)
me
(message-macro-name class entry)
(nreverse in-names)
me