diff options
Diffstat (limited to 'test/yacc/expr.oxout.tab.h')
-rw-r--r-- | test/yacc/expr.oxout.tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yacc/expr.oxout.tab.h b/test/yacc/expr.oxout.tab.h index bdaa83b..517c971 100644 --- a/test/yacc/expr.oxout.tab.h +++ b/test/yacc/expr.oxout.tab.h @@ -6,7 +6,7 @@ #endif #ifndef YYSTYPE_IS_DECLARED #define YYSTYPE_IS_DECLARED 1 -typedef union { +typedef union YYSTYPE { struct yyyOxAttrbs { struct yyyStackItem *yyyOxStackItem; } yyyOxAttrbs; |