aboutsummaryrefslogtreecommitdiff
path: root/gcc/bi-parser.h
blob: 5beb8628f0818a15e0165d139125486e6b43eb00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
typedef union
{
  char *string;
  struct def *def;
  struct variation *variation;
  struct node *node;
} YYSTYPE;
#define	DEFOP	258
#define	STRING	259


extern YYSTYPE yylval;