diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-06-24 23:31:33 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-06-24 23:31:33 +0000 |
commit | 7c167cea143603f17d0b07f5be572e510b7088de (patch) | |
tree | c6cc83704799fd15bbfa91a1dd8db849111d653c /regcomp.c | |
parent | 166ba7cd14d64cc51fab907361ed5d3db4ab059c (diff) | |
download | perl-7c167cea143603f17d0b07f5be572e510b7088de.tar.gz |
quieten warning by avoiding a comment-within-a-comment
p4raw-id: //depot/perl@28422
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3388,7 +3388,7 @@ reStudy: if (OP(first) == IFMATCH) { first = NEXTOPER(first); first += EXTRA_STEP_2ARGS; - } else /*xxx possible optimisation for /(?=)/*/ + } else /* XXX possible optimisation for /(?=)/ */ first = NEXTOPER(first); } |