8sa1-gcc/gcc/bi-parser.h

13 lines
176 B
C
Raw Normal View History

1997-08-11 11:56:58 -04:00
typedef union
{
char *string;
struct def *def;
struct variation *variation;
struct node *node;
} YYSTYPE;
#define DEFOP 258
#define STRING 259
extern YYSTYPE yylval;