diff options
author | 2021-01-19 16:51:28 +0000 | |
---|---|---|
committer | 2021-01-19 16:51:28 +0000 | |
commit | 4a577d1d465a3f00665ba437facdea4dcdc3d8d0 (patch) | |
tree | cd5748c171a6befb6071d64114a10fd92e079ddc | |
parent | Reduce scope of routesock unbreaking -fno-common. (diff) | |
download | wireguard-openbsd-4a577d1d465a3f00665ba437facdea4dcdc3d8d0.tar.xz wireguard-openbsd-4a577d1d465a3f00665ba437facdea4dcdc3d8d0.zip |
Prevent more yacc clashes; fixes -fno-common.
Problem reported by mortimer.
-rw-r--r-- | sbin/unwind/libunbound/util/configyyrename.h | 6 |
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 */ |