aboutsummaryrefslogtreecommitdiff
path: root/test/btyacc/inherit2.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/btyacc/inherit2.tab.h')
-rw-r--r--test/btyacc/inherit2.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btyacc/inherit2.tab.h b/test/btyacc/inherit2.tab.h
index efaf4555d6dd..333dab588b3a 100644
--- a/test/btyacc/inherit2.tab.h
+++ b/test/btyacc/inherit2.tab.h
@@ -12,7 +12,7 @@
#endif
#ifndef YYSTYPE_IS_DECLARED
#define YYSTYPE_IS_DECLARED 1
-typedef union
+typedef union YYSTYPE
{
class cval;
type tval;