mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-22 15:50:59 -05:00
Merge branch 'fobser-yacc-clashes'
This commit is contained in:
commit
c18f61a3c4
1 changed files with 6 additions and 0 deletions
|
|
@ -84,5 +84,11 @@
|
||||||
#define yyget_leng ub_c_get_leng
|
#define yyget_leng ub_c_get_leng
|
||||||
#define yylineno ub_c_lineno
|
#define yylineno ub_c_lineno
|
||||||
#define yyget_text ub_c_get_text
|
#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 */
|
#endif /* UTIL_CONFIGYYRENAME_H */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue