Why do the MISRA rules prohibit the use of '#undef'?

Viewed 2027

Why do the MISRA rules prohibit the use of #undef in a program? If I want to limit the scope of any macro, how to do it without using #undef?

3 Answers
Related