Merge branch 'yacc-clashes' of https://github.com/fobser/unbound into fobser-yacc-clashes

This commit is contained in:
George Thessalonikefs 2021-01-25 20:56:36 +01:00
commit 707eb6108d

View file

@ -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 */