improved handling of , (comma) operator and some more Minix squeezing

This commit is contained in:
ceriel
1989-10-23 13:50:27 +00:00
parent 788788edc0
commit 4a5a463e44
5 changed files with 48 additions and 43 deletions

View File

@@ -187,8 +187,10 @@ compile(argc, argv)
nestlow = -1;
#ifndef NOPP
WorkingDir = getwdir(source);
#endif NOPP
PushLex(); /* initialize lex machine */
#else NOPP
GetToken(&ahead);
#endif NOPP
#ifdef DEBUG
#ifndef NOPP
@@ -219,7 +221,9 @@ compile(argc, argv)
dumpidftab("end of main", options['f'] ? 7 : 0);
#endif DEBUG
}
#ifndef NOPP
PopLex();
#endif /* NOPP */
}
init()