[previous] 0833 [next] [S] '#ifdef' or '#ifndef' must be followed by an identifier.
Syntax errors REFERENCE - ISO:C90-6.8 Preprocessing Directives - Syntax

A '#ifdef' or '#ifndef' has been encountered without an accompanying macro name. For example:


/*PRQA S 3211,3408 ++*/

int x;

#ifdef             /* Message 0833 */

int y;

#endif


No MISRA-C:2004 Rules applicable to message 0833


QA·C Source Code Analyser 8.1
MISRA-C:2004 Compliance Module 3.2
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index Contents