use stdarg when compiling with ANSI C compiler, and some other minor changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user