Added numerous target specific options. Use --target-help to list the
[zpugcc.git] / toolchain / gcc / gcc / gengtype-yacc.h
blobb1311d89570bce316726bd073e214f9d0d538f9f
1 #ifndef BISON_GENGTYPE_YACC_H
2 # define BISON_GENGTYPE_YACC_H
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 PARAM_IS 266
24 # define NUM 267
25 # define PERCENTPERCENT 268
26 # define SCALAR 269
27 # define ID 270
28 # define STRING 271
29 # define ARRAY 272
30 # define PERCENT_ID 273
31 # define CHAR 274
34 extern YYSTYPE yylval;
36 #endif /* not BISON_GENGTYPE_YACC_H */