(main): Improve "No input files" error message.
authorRichard Stallman <rms@gnu.org>
Fri, 23 Jul 1993 18:36:41 +0000 (18:36 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 23 Jul 1993 18:36:41 +0000 (18:36 +0000)
From-SVN: r4971

gcc/gcc.c

index 437fcd0..72fe68d 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3750,7 +3750,7 @@ main (argc, argv)
     }
 
   if (n_infiles == 0)
-    fatal ("No input files specified.");
+    fatal ("No input files");
 
   /* Make a place to record the compiler output file names
      that correspond to the input files.  */