COMMENT
state = COMMENT;
state = COMMENT;
state = COMMENT; /* Ignore the rest of the line */
case COMMENT:
state = COMMENT;
state = COMMENT;
if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
if ((flags & COMMENT) == 0) {
{'#', 0, COMMENT},
{'\0', 0, COMMENT},
case COMMENT: /* \0 # */