parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / tokens_preprocessor.inc
1 /*
2  * This file is part of cparser.
3  * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
4  */
5 T(CX_LIMITED_RANGE)
6 T(DEFAULT)
7 T(FENV_ACCESS)
8 T(FP_CONTRACT)
9 T(OFF)
10 T(ON)
11 T(STDC)
12 T(define)
13 T(defined)
14 T(elif)
15 T(else)  /* remember that this gives T_else, not T_IDENTIFIER like most others */
16 T(endif)
17 T(error)
18 T(if)    /* remember that this gives T_if */
19 T(ifdef)
20 T(ifndef)
21 T(include)
22 T(include_next)
23 T(line)
24 T(pragma)
25 T(undef)