added comment
authorceriel <none@none>
Tue, 16 Jan 1990 10:11:45 +0000 (10:11 +0000)
committerceriel <none@none>
Tue, 16 Jan 1990 10:11:45 +0000 (10:11 +0000)
util/cpp/input.c

index 135b45d..6734b68 100644 (file)
@@ -42,6 +42,9 @@ int   InputLevel;
 AtEoIT()
 {
        /* if (NoUnstack) warning("unexpected EOF"); ??? */
+       /* This is wrong; in an #elif, NoUnstack can be set, but you
+          can still get calls to AtEoIT().
+       */
        InputLevel--;
        DoUnstack();
        return 0;