From f48df3b6fed505ddc34a49d3d0592ee9a9ed27d6 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 16 Jan 1990 10:08:34 +0000 Subject: [PATCH] Commented out a wrong warning, as was already done in the C compiler --- util/cpp/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1