Skip to content

Commit ff4fdc7

Browse files
author
Karl Williamson
committed
regcomp.c: Rmv comment ref to obsolete regnode
1 parent c035e21 commit ff4fdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regcomp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4108,7 +4108,7 @@ S_study_chunk(pTHX_ RExC_state_t *pRExC_state, regnode **scanp,
41084108
NEXT_OFF(oscan) += NEXT_OFF(next);
41094109
}
41104110
continue;
4111-
default: /* REF, ANYOFV, and CLUMP only? */
4111+
default: /* REF, and CLUMP only? */
41124112
if (flags & SCF_DO_SUBSTR) {
41134113
SCAN_COMMIT(pRExC_state,data,minlenp); /* Cannot expect anything... */
41144114
data->longest = &(data->longest_float);

0 commit comments

Comments
 (0)