Commented out a wrong warning, as was already done in the C compiler
This commit is contained in:
parent
4876fb6bf5
commit
087c8bdc57
@ -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…
x
Reference in New Issue
Block a user