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:
Love Hörnquist Åstrand
2008-04-15 13:09:09 +00:00
parent 32bfb9806b
commit 4185837cd3
3 changed files with 10 additions and 2 deletions

View File

@@ -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 )