(really_sorry): Use progname in error message, not c++.
From-SVN: r3166
This commit is contained in:
parent
96f153da76
commit
c10afc44d5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user