alignof
operator can be used on types (gcc) for
statement (C99)
restrict
qualifier and the inline
specifier (C99)
__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).
goto
targets and the label address-of operator (gcc).
__typeof
keyword (gcc)
/##/
into
//
are then treated as a line comment (Microsoft C)
__try __except __finally __leave
keywords (Microsoft C) #include_next
preprocessor directive (gcc)
#warning
preprocessor directive (gcc)
long long
type (common extension)
__label__
) (gcc).
Contents | « Previous Next (Processing Yacc Files) » |