added comment
This commit is contained in:
parent
f48df3b6fe
commit
6bbcb68a79
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ int InputLevel;
|
|||
AtEoIT()
|
||||
{
|
||||
/* if (NoUnstack) warning("unexpected EOF"); ??? */
|
||||
/* This is wrong; in an #elif, NoUnstack can be set, but you
|
||||
can still get calls to AtEoIT().
|
||||
*/
|
||||
InputLevel--;
|
||||
DoUnstack();
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue