From 15d60073f3544f1b3f427d14a1d84a6a9796e4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 15 Apr 2008 13:09:19 +0000 Subject: [PATCH] Rename even more. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22976 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/sel.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/hx509/sel.h b/lib/hx509/sel.h index 40c5f6406..cd65ca85a 100644 --- a/lib/hx509/sel.h +++ b/lib/hx509/sel.h @@ -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 )