09-10-2014, 08:31 AM
Rule 2.5 Is #undef considered a “use†of a macro�
For example
Is 'M1' unused and therefore violate rule 2.5, or does the #undef count as a use of M1?
For example
Code:
#define M1 This
#define M2 That
#undef M1
use( M2 );
Posted by and on behalf of the MISRA C Working Group