The InputLevel variable only exists when NOPP is not defined

This commit is contained in:
ceriel
1989-10-12 14:22:35 +00:00
parent a17cb6d151
commit 87d41e5622
3 changed files with 15 additions and 3 deletions

View File

@@ -40,18 +40,22 @@ getwdir(fn)
}
return "";
}
int InputLevel;
#endif NOPP
int NoUnstack;
int InputLevel;
AtEoIT()
{
#ifndef NOPP
InputLevel--;
unstackrepl();
#endif NOPP
return 0;
}
AtEoIF()
{
#ifndef NOPP