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:
Andrew Bartlett
2011-01-25 18:27:12 -08:00
committed by Love Hornquist Astrand
parent 5ff461d0af
commit 995d305f8c
3 changed files with 4 additions and 4 deletions

View File

@@ -170,5 +170,5 @@ name2number(const char *str)
void
yyerror (char *s)
{
error_message ("%s\n", s);
_lex_error_message ("%s\n", s);
}