diff options
Diffstat (limited to 'test/btyacc/calc1.tab.c')
-rw-r--r-- | test/btyacc/calc1.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btyacc/calc1.tab.c b/test/btyacc/calc1.tab.c index ac519a7..16a719c 100644 --- a/test/btyacc/calc1.tab.c +++ b/test/btyacc/calc1.tab.c @@ -150,7 +150,7 @@ INTERVAL vreg[26]; #ifndef YYSTYPE_IS_DECLARED #define YYSTYPE_IS_DECLARED 1 #line 31 "calc1.y" -typedef union +typedef union YYSTYPE { int ival; double dval; |