17 Apr
2018
17 Apr
'18
11:14 p.m.
On 17/04/2018 21:41, Ion GaztaƱaga wrote:
Shouldn't we check macro is #defined before using it?
Any standards-conforming preprocessor should not technically require that (any undefined symbol is evaluated as 0). Though not all are standards-conforming, and some might issue warning diagnostics, so it's still probably a good idea to do so.