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()
|
AtEoIT()
|
||||||
{
|
{
|
||||||
if (NoUnstack) warning("unexpected EOF");
|
/* if (NoUnstack) warning("unexpected EOF"); ??? */
|
||||||
InputLevel--;
|
InputLevel--;
|
||||||
DoUnstack();
|
DoUnstack();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue