aboutsummaryrefslogtreecommitdiff
path: root/test/btyacc/calc1.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/btyacc/calc1.tab.h')
-rw-r--r--test/btyacc/calc1.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btyacc/calc1.tab.h b/test/btyacc/calc1.tab.h
index 1802350b0d2a..0162b2107474 100644
--- a/test/btyacc/calc1.tab.h
+++ b/test/btyacc/calc1.tab.h
@@ -11,7 +11,7 @@
#endif
#ifndef YYSTYPE_IS_DECLARED
#define YYSTYPE_IS_DECLARED 1
-typedef union
+typedef union YYSTYPE
{
int ival;
double dval;