Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / bi-parser.h
blob5beb8628f0818a15e0165d139125486e6b43eb00
1 typedef union
3 char *string;
4 struct def *def;
5 struct variation *variation;
6 struct node *node;
7 } YYSTYPE;
8 #define DEFOP 258
9 #define STRING 259
12 extern YYSTYPE yylval;