artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be6870
)
Prevent more yacc clashes; fixes -fno-common.
author
florian
<florian@openbsd.org>
Tue, 19 Jan 2021 16:51:28 +0000
(16:51 +0000)
committer
florian
<florian@openbsd.org>
Tue, 19 Jan 2021 16:51:28 +0000
(16:51 +0000)
Problem reported by mortimer.
sbin/unwind/libunbound/util/configyyrename.h
patch
|
blob
|
history
diff --git
a/sbin/unwind/libunbound/util/configyyrename.h
b/sbin/unwind/libunbound/util/configyyrename.h
index
f529be5
..
8c7ff5b
100644
(file)
--- 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 */