Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rule 2.5 Does #undef count as a "use"
#2
Similarly:
Code:
#define M3 first
   #undef M3
   #define M3 second
   use( M3 );
Is the first #define of M3 unused?
Posted by and on behalf of the MISRA C Working Group


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)