projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c035e21
)
regcomp.c: Rmv comment ref to obsolete regnode
author
Karl Williamson <public@khwilliamson.com>
Fri, 22 Feb 2013 17:43:11 +0000 (10:43 -0700)
committer
Karl Williamson <public@khwilliamson.com>
Fri, 22 Feb 2013 20:29:16 +0000 (13:29 -0700)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
9edd1a8
..
71084f1
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-4108,7
+4108,7
@@
S_study_chunk(pTHX_ RExC_state_t *pRExC_state, regnode **scanp,
NEXT_OFF(oscan) += NEXT_OFF(next);
}
continue;
- default: /* REF, ANYOFV, and CLUMP only? */
+ default: /* REF, and CLUMP only? */
if (flags & SCF_DO_SUBSTR) {
SCAN_COMMIT(pRExC_state,data,minlenp); /* Cannot expect anything... */
data->longest = &(data->longest_float);