5 #define ATTRIBUTE_KEYW 258
10 #define DOUBLE_KEYW 263
12 #define EXTERN_KEYW 265
13 #define FLOAT_KEYW 266
14 #define INLINE_KEYW 267
17 #define REGISTER_KEYW 270
18 #define RESTRICT_KEYW 271
19 #define SHORT_KEYW 272
20 #define SIGNED_KEYW 273
21 #define STATIC_KEYW 274
22 #define STRUCT_KEYW 275
23 #define TYPEDEF_KEYW 276
24 #define UNION_KEYW 277
25 #define UNSIGNED_KEYW 278
27 #define VOLATILE_KEYW 280
28 #define TYPEOF_KEYW 281
29 #define EXPORT_SYMBOL_KEYW 282
30 #define ASM_PHRASE 283
31 #define ATTRIBUTE_PHRASE 284
32 #define BRACE_PHRASE 285
33 #define BRACKET_PHRASE 286
34 #define EXPRESSION_PHRASE 287
46 extern YYSTYPE yylval;