Rename even more.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22976 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-15 13:09:19 +00:00
parent e18d3ebd6c
commit 15d60073f3

View File

@@ -67,6 +67,14 @@ struct hx_expr_input {
extern struct hx_expr_input _hx509_expr_input;
int yyparse(void);
#define yyparse _hx509_sel_yyparse
#define yylex _hx509_sel_yylex
#define yyerror _hx509_sel_yyerror
#define yylval _hx509_sel_yylval
#define yychar _hx509_sel_yychar
#define yydebug _hx509_sel_yydebug
#define yynerrs _hx509_sel_yynerrs
#define yywrap _hx509_sel_yywrap
int _hx509_sel_yyparse(void);
#define yyerror(msg) sel_yyerror(msg )