Commit 1df80ae4 by Richard Stallman

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

From-SVN: r4971
parent 2a64e92d
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment