fixed a problem with the ifdef-stack

This commit is contained in:
ceriel
1987-08-20 18:12:31 +00:00
parent 831cdc7580
commit 754f9ce45d
4 changed files with 13 additions and 8 deletions

View File

@@ -78,6 +78,5 @@ compile(argc, argv)
fatal("%s: no source file %s\n", prog_name,
source ? source : "stdin");
if (source) WorkingDir = getwdir(dummy);
nestlevel = -1;
preprocess(source);
}