aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-07-23 18:36:41 +0000
committerRichard Stallman <rms@gnu.org>1993-07-23 18:36:41 +0000
commit1df80ae41537e12059b827efb98c1154a592bcd1 (patch)
treef6458a626d24f66be565557ffeb07142310729a0 /gcc
parent2a64e92d3007989ba24d7227d3615fae890bde5e (diff)
downloadgcc-1df80ae41537e12059b827efb98c1154a592bcd1.zip
gcc-1df80ae41537e12059b827efb98c1154a592bcd1.tar.gz
gcc-1df80ae41537e12059b827efb98c1154a592bcd1.tar.bz2
(main): Improve "No input files" error message.
From-SVN: r4971
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 437fcd0..72fe68d 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. */