COMMENT
state->mode = COMMENT;
case COMMENT:
%token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
state->mode = COMMENT;
case COMMENT:
if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
{'#', 0, COMMENT},
{'\0', 0, COMMENT},
case COMMENT: /* \0 # */
assert(code == COMMENT);
%token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR