source: trunk/third/gcc/bi-parser.h @ 8834

Revision 8834, 176 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
1typedef union
2{
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
10
11
12extern YYSTYPE yylval;
Note: See TracBrowser for help on using the repository browser.