Commit c10afc44 by Richard Stallman

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

From-SVN: r3166
parent 96f153da
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment