Prefix sel_error with _hx509_ since its global on platforms w/o symbol
versioning. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22978 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -47,7 +47,6 @@ unsigned lineno = 1;
|
||||
static char * handle_string(void);
|
||||
static int lex_input(char *, int);
|
||||
static void error_message (const char *format, ...);
|
||||
void sel_yyerror (char *);
|
||||
|
||||
struct hx_expr_input _hx509_expr_input;
|
||||
|
||||
@@ -92,7 +91,7 @@ error_message (const char *format, ...)
|
||||
}
|
||||
|
||||
void
|
||||
sel_yyerror (char *s)
|
||||
_hx509_sel_yyerror (char *s)
|
||||
{
|
||||
error_message("%s", s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user