tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / byacc / dist / test / grammar.tab.h
blob2678d25b17e25385c860a03b208db56482d05f44
1 /* $NetBSD: grammar.tab.h,v 1.1.1.3 2011/09/10 21:22:05 christos Exp $ */
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