(define_label): Use current line number in error msg.

From-SVN: r3701
This commit is contained in:
Richard Stallman 1993-03-11 08:19:03 +00:00
parent 88ece8db61
commit db2e669b70
1 changed files with 1 additions and 1 deletions

View File

@ -2352,7 +2352,7 @@ define_label (filename, line, name)
if (DECL_INITIAL (decl) != 0)
{
error_with_decl (decl, "duplicate label `%s'");
error ("duplicate label `%s'", IDENTIFIER_POINTER (name));
return 0;
}
else