From 087c8bdc5704100815c1237ab50df5edcf7d6b5b 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 66c2aac6..135b45da 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;