]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/byacc/test/btyacc/grammar.tab.h
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / byacc / test / btyacc / grammar.tab.h
1 #ifndef _grammar__defines_h_
2 #define _grammar__defines_h_
3
4 #define T_IDENTIFIER 257
5 #define T_TYPEDEF_NAME 258
6 #define T_DEFINE_NAME 259
7 #define T_AUTO 260
8 #define T_EXTERN 261
9 #define T_REGISTER 262
10 #define T_STATIC 263
11 #define T_TYPEDEF 264
12 #define T_INLINE 265
13 #define T_EXTENSION 266
14 #define T_CHAR 267
15 #define T_DOUBLE 268
16 #define T_FLOAT 269
17 #define T_INT 270
18 #define T_VOID 271
19 #define T_LONG 272
20 #define T_SHORT 273
21 #define T_SIGNED 274
22 #define T_UNSIGNED 275
23 #define T_ENUM 276
24 #define T_STRUCT 277
25 #define T_UNION 278
26 #define T_Bool 279
27 #define T_Complex 280
28 #define T_Imaginary 281
29 #define T_TYPE_QUALIFIER 282
30 #define T_BRACKETS 283
31 #define T_LBRACE 284
32 #define T_MATCHRBRACE 285
33 #define T_ELLIPSIS 286
34 #define T_INITIALIZER 287
35 #define T_STRING_LITERAL 288
36 #define T_ASM 289
37 #define T_ASMARG 290
38 #define T_VA_DCL 291
39
40 #endif /* _grammar__defines_h_ */