From Craig Silverstein: add some internationalization calls.

This commit is contained in:
Ian Lance Taylor 2007-10-14 04:06:18 +00:00
parent 097ec620e1
commit 27b7985a73
3 changed files with 3 additions and 3 deletions

View file

@ -276,7 +276,7 @@ Symbol_table::should_override(const Symbol* to, unsigned int frombits,
{
case DEF * 16 + DEF:
// Two definitions of the same symbol.
fprintf(stderr, "%s: multiple definition of %s\n",
fprintf(stderr, _("%s: multiple definition of %s\n"),
program_name, to->name());
// FIXME: Report locations. Record that we have seen an error.
return false;