__atribute__(__unused__)
for determining which
identifiers should not be reported as unused (gcc).
//
line comments (common extension)
__asm__
blocks (gcc)
enum
lists ending with a comma (common extension)
struct/union
members (gcc, Microsoft C)
case
expression ranges (gcc).
__typeof
keyword (gcc)
/##/
into
//
are then treated as a line comment (Microsoft C)
#include_next
preprocessor directive (gcc)
#warning
preprocessor directive (gcc)
long long
type (common extension)
__label__
) (gcc).
Contents | « Previous Next (Processing Yacc Files) » |