fix cases where compoundlits are constant/get an entity
[cparser] / tokens_preprocessor.inc
1 T(CX_LIMITED_RANGE)
2 T(DEFAULT)
3 T(FENV_ACCESS)
4 T(FP_CONTRACT)
5 T(OFF)
6 T(ON)
7 T(STDC)
8 T(define)
9 T(defined)
10 T(elif)
11 T(else)  /* remember that this gives T_else, not T_IDENTIFIER like most others */
12 T(endif)
13 T(error)
14 T(if)    /* remember that this gives T_if */
15 T(ifdef)
16 T(ifndef)
17 T(include)
18 T(include_next)
19 T(line)
20 T(pragma)
21 T(undef)