(main): Improve "No input files" error message.

From-SVN: r4971
This commit is contained in:
Richard Stallman 1993-07-23 18:36:41 +00:00
parent 2a64e92d30
commit 1df80ae415
1 changed files with 1 additions and 1 deletions

View File

@ -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. */