Replaced an occurrence of EOI by EOF.
authorceriel <none@none>
Wed, 14 Jan 1987 21:37:22 +0000 (21:37 +0000)
committerceriel <none@none>
Wed, 14 Jan 1987 21:37:22 +0000 (21:37 +0000)
util/cpp/domacro.c

index 2b90844..d00abef 100644 (file)
@@ -120,7 +120,7 @@ domacro()
        case INTEGER:           /* # <integer> [<filespecifier>]?       */
                do_line((unsigned int)tk.tk_val);
                break;
-       case EOI:       /* only `#' on this line: do nothing, ignore    */
+       case EOF:       /* only `#' on this line: do nothing, ignore    */
                break;
        default:        /* invalid token following '#'          */
                error("illegal # line");