chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
c066b1f
)
utils/macros.h (N): Properly parenthesize the argument.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 15 Jul 2018 18:26:55 +0000
(19:26 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 15 Jul 2018 18:26:55 +0000
(19:26 +0100)
WTF? How did I write this wrong?
Fortunately, I don't think it actually matters. The argument must have
array type. Postfix operators are higher precedence, so that's not a
problem; prefix operators are in the right place already; and binary
operators don't yield array types.
No differences found