20-05-2008, 04:08 PM
Quote:Is rule 20.1 limited to #define and #undef directives?
This is limited to #define and #undef.
Quote:Is rule 20.2 limited only to identifiers already defined in standard library?
The intent is that Rule 20.2 applies to both current library identifiers and all reserved identifiers. This includes all identifiers which begin with the underscore character. This will be clarified in the next version of MISRA-C.
Posted by and on behalf of the MISRA C Working Group