lib/com_err only use error_message for the exported libcom_err
This avoids using the same function name in compile_et internally Andrew Bartlett Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
5ff461d0af
commit
995d305f8c
@@ -170,5 +170,5 @@ name2number(const char *str)
|
||||
void
|
||||
yyerror (char *s)
|
||||
{
|
||||
error_message ("%s\n", s);
|
||||
_lex_error_message ("%s\n", s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user