Commented out a wrong warning, as was already done in the C compiler

This commit is contained in:
ceriel 1990-01-16 10:08:34 +00:00
parent b5135607b4
commit f48df3b6fe

View file

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