(really_sorry): Use progname in error message, not c++.

From-SVN: r3166
This commit is contained in:
Richard Stallman 1993-01-09 09:03:38 +00:00
parent 96f153da76
commit c10afc44d5
1 changed files with 1 additions and 1 deletions

View File

@ -1246,7 +1246,7 @@ really_sorry (s, v, v2)
if (input_filename)
fprintf (stderr, "%s:%d: ", input_filename, lineno);
else
fprintf (stderr, "c++: ");
fprintf (stderr, "%s: ", progname);
fprintf (stderr, "sorry, not implemented: ");
fprintf (stderr, s, v, v2);