summaryrefslogtreecommitdiff
path: root/sbin/unwind
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2021-01-19 16:51:29 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2021-01-19 16:51:29 +0000
commiteb1208909b02261cf68231f0d662ed6f5addf697 (patch)
tree014b983ea14507d160924d9daa967eb917a3bb68 /sbin/unwind
parent96873fc61b9ae472b9584aa3256d761f3172ee27 (diff)
Prevent more yacc clashes; fixes -fno-common.
Problem reported by mortimer.
Diffstat (limited to 'sbin/unwind')
-rw-r--r--sbin/unwind/libunbound/util/configyyrename.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/unwind/libunbound/util/configyyrename.h b/sbin/unwind/libunbound/util/configyyrename.h
index f529be57727..8c7ff5b5c95 100644
--- a/sbin/unwind/libunbound/util/configyyrename.h
+++ b/sbin/unwind/libunbound/util/configyyrename.h
@@ -84,5 +84,11 @@
#define yyget_leng ub_c_get_leng
#define yylineno ub_c_lineno
#define yyget_text ub_c_get_text
+#define yyss ub_c_ss
+#define yysslim ub_c_sslim
+#define yyssp ub_c_ssp
+#define yystacksize ub_c_stacksize
+#define yyvs ub_c_vs
+#define yyvsp ub_c_vsp
#endif /* UTIL_CONFIGYYRENAME_H */