1 2 3 4 5 6 7 8 9
typedef struct { int type; union { int i; char *s; } u; } expr_yystype; #define YYSTYPE expr_yystype