Synopsis: | Attempting to #define or #undef any of __LINE__, __FILE__, __DATE__, __TIME__, or __STDC__ is forbidden. |
Language: | C |
Severity Level: | 3 |
Category: | PREPROCESSING |
Description: |
Example: #define __STDC__ other /* undefined behaviour */ Example: #undef __STDC__ /* undefined behaviour */ |