nestlevel count per file

This commit is contained in:
ceriel
1987-08-10 11:17:20 +00:00
parent b630da3424
commit e5af61151e
4 changed files with 4 additions and 2 deletions

View File

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