Replaced an occurrence of EOI by EOF.
This commit is contained in:
parent
16b6135c10
commit
ccbac369e0
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user