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