added comment

This commit is contained in:
ceriel 1990-01-16 10:11:45 +00:00
parent f48df3b6fe
commit 6bbcb68a79

View file

@ -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;