
26 Feb
2016
26 Feb
'16
7:17 p.m.
On Thu, Feb 25, 2016 at 12:53:43PM -0600, Nishanth Menon wrote:
'#define X a | b' is better defined as '#define X (a | b)' for obvious reasons.
Signed-off-by: Nishanth Menon nm@ti.com
Reviewed-by: Tom Rini trini@konsulko.com
But this makes my head hurt. Can we somehow do any of that with less parenthesis? Like, is this really something we must macro? Or can we re-factor it? I had to highlight every open/close to be happy it was correct, which is not a good sign.
--
Tom