Added documentation for -std=c90.
[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(elif)
10 T(else)  /* remember that this gives T_else, not T_IDENTIFIER like most others */
11 T(endif)
12 T(error)
13 T(if)    /* remember that this gives T_if */
14 T(ifdef)
15 T(ifndef)
16 T(include)
17 T(line)
18 T(pragma)
19 T(undef)