* diagnostic.c (fatal): Fix word wrap.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 30 Jan 2001 23:47:33 +0000 (23:47 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 30 Jan 2001 23:47:33 +0000 (23:47 +0000)
From-SVN: r39356

gcc/ChangeLog
gcc/diagnostic.c

index abc714195af418458c73f35269cf1b03d07fa89b..10488406f267f0bb05b08e28af0850b77971828e 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * diagnostic.c (fatal): Fix word wrap.
+
 2001-01-30  Alexandre Oliva  <aoliva@redhat.com>
 
        * combine.c (try_combine): Fix SUBREG setting for
index 43439f6e4b8175586b6d988b37fa5d74f7fce167..9a9948029a2c7bb0903f457e450df7654e574184 100644 (file)
@@ -1432,8 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...))
   report_diagnostic (&dc);
   va_end (ap);
 
-  fprintf (stderr, "Please submit a full bug report, with preprocessed source\n");
-  fprintf (stderr, "if appropriate.  See %s for instructions.\n", GCCBUGURL);
+  fprintf (stderr, "Please submit a full bug report, with preprocessed source if appropriate.\n");
+  fprintf (stderr, "See %s for instructions.\n", GCCBUGURL);
   exit (FATAL_EXIT_CODE);
 }