use stdarg when compiling with ANSI C compiler, and some other minor changes

This commit is contained in:
ceriel
1995-08-17 13:33:55 +00:00
parent a96a9107c8
commit acdb874527
3 changed files with 59 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ compile(argc, argv)
}
if (!InsertFile(source, (char **) 0, &dummy)) /* read the source file */
fatal("%s: no source file %s\n", prog_name,
fatal("%s: no source file %s", prog_name,
source ? source : "stdin");
if (source) WorkingDir = getwdir(dummy);
preprocess(source);