From 1df80ae41537e12059b827efb98c1154a592bcd1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 23 Jul 1993 18:36:41 +0000 Subject: [PATCH] (main): Improve "No input files" error message. From-SVN: r4971 --- gcc/gcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2