The InputLevel variable only exists when NOPP is not defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user