commit | 4c7da0f6dbcde2431d773ce03cde5e7abede54e0 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Wed Sep 21 09:23:50 2016 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Wed Oct 19 08:37:54 2016 +0200 |
tree | 74cca95977875552284b882a393ef10fc5d94115 | |
parent | 507b37cf71c86b7ceaebf333b8ae488a600f5afd [diff] |
batman-adv: Avoid precedence issues in macros It must be avoided that arguments to a macro are evaluated ungrouped (which enforces normal operator precendence). Otherwise the result of the macro is not well defined. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>