summaryrefslogtreecommitdiff
path: root/test/yacc/ok_syntax1.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/yacc/ok_syntax1.tab.h')
-rw-r--r--test/yacc/ok_syntax1.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yacc/ok_syntax1.tab.h b/test/yacc/ok_syntax1.tab.h
index 892b211c8a71..ca92fd77dfc2 100644
--- a/test/yacc/ok_syntax1.tab.h
+++ b/test/yacc/ok_syntax1.tab.h
@@ -20,7 +20,7 @@
#endif
#ifndef YYSTYPE_IS_DECLARED
#define YYSTYPE_IS_DECLARED 1
-typedef union
+typedef union YYSTYPE
{
char * cval;
int ival;