Commented out a wrong warning, as was already done in the C compiler
This commit is contained in:
parent
b5135607b4
commit
f48df3b6fe
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ int InputLevel;
|
|||
|
||||
AtEoIT()
|
||||
{
|
||||
if (NoUnstack) warning("unexpected EOF");
|
||||
/* if (NoUnstack) warning("unexpected EOF"); ??? */
|
||||
InputLevel--;
|
||||
DoUnstack();
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue