fixed a problem with recursive macros: this was not always detected
This commit is contained in:
@@ -37,10 +37,12 @@ getwdir(fn)
|
||||
|
||||
int NoUnstack;
|
||||
int Unstacked;
|
||||
int InputLevel;
|
||||
|
||||
AtEoIT()
|
||||
{
|
||||
if (NoUnstack) warning("unexpected EOF");
|
||||
InputLevel--;
|
||||
DoUnstack();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user