xref: /netbsd-src/external/bsd/byacc/dist/test/yacc/grammar.tab.h (revision 781cc16b73421ffc44afa4f3c196f4c42bce8c5c)
1 /*	$NetBSD: grammar.tab.h,v 1.1.1.3 2016/01/09 21:59:45 christos Exp $	*/
2 
3 #define T_IDENTIFIER 257
4 #define T_TYPEDEF_NAME 258
5 #define T_DEFINE_NAME 259
6 #define T_AUTO 260
7 #define T_EXTERN 261
8 #define T_REGISTER 262
9 #define T_STATIC 263
10 #define T_TYPEDEF 264
11 #define T_INLINE 265
12 #define T_EXTENSION 266
13 #define T_CHAR 267
14 #define T_DOUBLE 268
15 #define T_FLOAT 269
16 #define T_INT 270
17 #define T_VOID 271
18 #define T_LONG 272
19 #define T_SHORT 273
20 #define T_SIGNED 274
21 #define T_UNSIGNED 275
22 #define T_ENUM 276
23 #define T_STRUCT 277
24 #define T_UNION 278
25 #define T_Bool 279
26 #define T_Complex 280
27 #define T_Imaginary 281
28 #define T_TYPE_QUALIFIER 282
29 #define T_BRACKETS 283
30 #define T_LBRACE 284
31 #define T_MATCHRBRACE 285
32 #define T_ELLIPSIS 286
33 #define T_INITIALIZER 287
34 #define T_STRING_LITERAL 288
35 #define T_ASM 289
36 #define T_ASMARG 290
37 #define T_VA_DCL 291
38