09-10-2014, 08:33 AM
Similarly:
Is the first #define of M3 unused?
Code:
#define M3 first
#undef M3
#define M3 second
use( M3 );
Posted by and on behalf of the MISRA C Working Group