From: Richard Stallman Date: Fri, 23 Jul 1993 18:36:41 +0000 (+0000) Subject: (main): Improve "No input files" error message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1df80ae41537e12059b827efb98c1154a592bcd1;p=gcc.git (main): Improve "No input files" error message. From-SVN: r4971 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 437fcd053ed..72fe68d5e0b 100644 --- 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. */