Commented out a wrong warning, as was already done in the C compiler
authorceriel <none@none>
Tue, 16 Jan 1990 10:08:34 +0000 (10:08 +0000)
committerceriel <none@none>
Tue, 16 Jan 1990 10:08:34 +0000 (10:08 +0000)
util/cpp/input.c

index 66c2aac..135b45d 100644 (file)
@@ -41,7 +41,7 @@ int   InputLevel;
 
 AtEoIT()
 {
-       if (NoUnstack) warning("unexpected EOF");
+       /* if (NoUnstack) warning("unexpected EOF"); ??? */
        InputLevel--;
        DoUnstack();
        return 0;