rename yyerror to sel_yyerror in the whole library, not just the lexer
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22974 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -68,3 +68,5 @@ struct hx_expr_input {
|
||||
extern struct hx_expr_input _hx509_expr_input;
|
||||
|
||||
int yyparse(void);
|
||||
|
||||
#define yyerror(msg) sel_yyerror(msg )
|
||||
|
Reference in New Issue
Block a user