From: Dave Mitchell Date: Sat, 24 Jun 2006 23:31:33 +0000 (+0000) Subject: quieten warning by avoiding a comment-within-a-comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c167cea143603f17d0b07f5be572e510b7088de;p=p5sagit%2Fp5-mst-13.2.git quieten warning by avoiding a comment-within-a-comment p4raw-id: //depot/perl@28422 --- diff --git a/regcomp.c b/regcomp.c index 4c389f3..e3f0ac6 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); }