fixed a problem with #ifdef/#else/#endif

This commit is contained in:
ceriel
1988-03-08 11:42:00 +00:00
parent 1a259744af
commit 4b79636b8f
4 changed files with 14 additions and 10 deletions

View File

@@ -171,7 +171,7 @@ compile(argc, argv)
File_Inserted = 1;
init();
LineNumber = 0;
nestlevel = -1;
nestlow = -1;
#ifndef NOPP
WorkingDir = getwdir(source);
#endif NOPP