Merge from vendor branch GCC:
[dragonfly.git] / contrib / gcc-4.0 / gcc / gengtype-yacc.h
1 #ifndef BISON_GENGTYPE_YACC_H
2 # define BISON_GENGTYPE_YACC_H
3
4 #ifndef YYSTYPE
5 typedef union {
6   type_p t;
7   pair_p p;
8   options_p o;
9   const char *s;
10 } yystype;
11 # define YYSTYPE yystype
12 # define YYSTYPE_IS_TRIVIAL 1
13 #endif
14 # define        ENT_TYPEDEF_STRUCT      257
15 # define        ENT_STRUCT      258
16 # define        ENT_EXTERNSTATIC        259
17 # define        ENT_YACCUNION   260
18 # define        GTY_TOKEN       261
19 # define        UNION   262
20 # define        STRUCT  263
21 # define        ENUM    264
22 # define        ALIAS   265
23 # define        NESTED_PTR      266
24 # define        PARAM_IS        267
25 # define        NUM     268
26 # define        PERCENTPERCENT  269
27 # define        SCALAR  270
28 # define        ID      271
29 # define        STRING  272
30 # define        ARRAY   273
31 # define        PERCENT_ID      274
32 # define        CHAR    275
33
34
35 extern YYSTYPE yylval;
36
37 #endif /* not BISON_GENGTYPE_YACC_H */