expr.oxout.tab.h (30c91a3cee6d29106a1c5f13ae1d25321d8ab35f) | expr.oxout.tab.h (822ca3276345b4a67ccbc9b54616d8b205fd37f2) |
---|---|
1#define ID 257 2#define CONST 258 3#ifdef YYSTYPE 4#undef YYSTYPE_IS_DECLARED 5#define YYSTYPE_IS_DECLARED 1 6#endif 7#ifndef YYSTYPE_IS_DECLARED 8#define YYSTYPE_IS_DECLARED 1 | 1#define ID 257 2#define CONST 258 3#ifdef YYSTYPE 4#undef YYSTYPE_IS_DECLARED 5#define YYSTYPE_IS_DECLARED 1 6#endif 7#ifndef YYSTYPE_IS_DECLARED 8#define YYSTYPE_IS_DECLARED 1 |
9typedef union { | 9typedef union YYSTYPE { |
10struct yyyOxAttrbs { 11struct yyyStackItem *yyyOxStackItem; 12} yyyOxAttrbs; 13} YYSTYPE; 14#endif /* !YYSTYPE_IS_DECLARED */ 15extern YYSTYPE expr_oxout_lval; | 10struct yyyOxAttrbs { 11struct yyyStackItem *yyyOxStackItem; 12} yyyOxAttrbs; 13} YYSTYPE; 14#endif /* !YYSTYPE_IS_DECLARED */ 15extern YYSTYPE expr_oxout_lval; |