utils/macros.h (N): Properly parenthesize the argument.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 15 Jul 2018 18:26:55 +0000 (19:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 15 Jul 2018 18:26:55 +0000 (19:26 +0100)
commitc066b1ff1cfc727cfd8409f79b4d2b990c678196
treed53bda34606392e368870ad2f486cee63923d1fd
parent5b2eac521b6d3e4ea7fddc56c4a344151735b722
utils/macros.h (N): Properly parenthesize the argument.

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.
utils/macros.h