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;