summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-06-24 23:31:33 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-06-24 23:31:33 +0000
commit7c167cea143603f17d0b07f5be572e510b7088de (patch)
treec6cc83704799fd15bbfa91a1dd8db849111d653c /regcomp.c
parent166ba7cd14d64cc51fab907361ed5d3db4ab059c (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 4c389f3512..e3f0ac6dff 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -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);
}