]> gcc.gnu.org Git - gcc.git/commitdiff
(really_sorry): Use progname in error message, not c++.
authorRichard Stallman <rms@gnu.org>
Sat, 9 Jan 1993 09:03:38 +0000 (09:03 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 9 Jan 1993 09:03:38 +0000 (09:03 +0000)
From-SVN: r3166

gcc/toplev.c

index c700ce3d127e5c5c617116189a0ece7d92813e6a..4b8a9370cd27227e20e224f92e18c2fc6114bd91 100644 (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);
This page took 0.071917 seconds and 5 git commands to generate.