]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Prevent a few more yacc clashes. 408/head
authorFlorian Obser <florian@narrans.de>
Tue, 19 Jan 2021 16:12:14 +0000 (17:12 +0100)
committerFlorian Obser <florian@narrans.de>
Tue, 19 Jan 2021 16:13:00 +0000 (17:13 +0100)
util/configyyrename.h

index f529be577277a19c0fc0527606e70843dc08b88e..8c7ff5b5c95a70d20c714fdddf32bb5ee60633e9 100644 (file)
 #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 */