aboutsummaryrefslogtreecommitdiff
path: root/test/btyacc/btyacc_calc1.tab.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2023-02-07 17:25:11 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2023-02-07 17:25:11 +0000
commitcba5e8978cf659b3216c47d38f9917403b4df1c4 (patch)
tree9de050055829d5d21a3f79f635455864677e3902 /test/btyacc/btyacc_calc1.tab.h
parent5dd99b746d26517ef72ee914e30ece2761079321 (diff)
Import byacc 20230201.vendor/byacc/20230201
Diffstat (limited to 'test/btyacc/btyacc_calc1.tab.h')
-rw-r--r--test/btyacc/btyacc_calc1.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btyacc/btyacc_calc1.tab.h b/test/btyacc/btyacc_calc1.tab.h
index 9cf4e75ba38a..114d213cd962 100644
--- a/test/btyacc/btyacc_calc1.tab.h
+++ b/test/btyacc/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;