quieten warning by avoiding a comment-within-a-comment
Dave Mitchell [Sat, 24 Jun 2006 23:31:33 +0000 (23:31 +0000)]
p4raw-id: //depot/perl@28422

regcomp.c

index 4c389f3..e3f0ac6 100644 (file)
--- 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);
        }