From: ceriel Date: Tue, 16 Jan 1990 10:08:34 +0000 (+0000) Subject: Commented out a wrong warning, as was already done in the C compiler X-Git-Tag: release-5-5~1941 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f48df3b6fed505ddc34a49d3d0592ee9a9ed27d6;p=ack.git Commented out a wrong warning, as was already done in the C compiler --- diff --git a/util/cpp/input.c b/util/cpp/input.c index 66c2aac67..135b45dab 100644 --- a/util/cpp/input.c +++ b/util/cpp/input.c @@ -41,7 +41,7 @@ int InputLevel; AtEoIT() { - if (NoUnstack) warning("unexpected EOF"); + /* if (NoUnstack) warning("unexpected EOF"); ??? */ InputLevel--; DoUnstack(); return 0;