1#define T_IDENTIFIER 257
2#define T_TYPEDEF_NAME 258
3#define T_DEFINE_NAME 259
4#define T_AUTO 260
5#define T_EXTERN 261
6#define T_REGISTER 262
7#define T_STATIC 263
8#define T_TYPEDEF 264
9#define T_INLINE 265
10#define T_EXTENSION 266
11#define T_CHAR 267
12#define T_DOUBLE 268
13#define T_FLOAT 269
14#define T_INT 270
15#define T_VOID 271
16#define T_LONG 272
17#define T_SHORT 273
18#define T_SIGNED 274
19#define T_UNSIGNED 275
20#define T_ENUM 276
21#define T_STRUCT 277
22#define T_UNION 278
23#define T_Bool 279
24#define T_Complex 280
25#define T_Imaginary 281
26#define T_TYPE_QUALIFIER 282
27#define T_BRACKETS 283
28#define T_LBRACE 284
29#define T_MATCHRBRACE 285
30#define T_ELLIPSIS 286
31#define T_INITIALIZER 287
32#define T_STRING_LITERAL 288
33#define T_ASM 289
34#define T_ASMARG 290
35#define T_VA_DCL 291
36