Change 28422 by [EMAIL PROTECTED] on 2006/06/24 23:31:33

        quieten warning by avoiding a comment-within-a-comment

Affected files ...

... //depot/perl/regcomp.c#444 edit

Differences ...

==== //depot/perl/regcomp.c#444 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c#443~28414~   2006-06-22 01:05:14.000000000 -0700
+++ perl/regcomp.c      2006-06-24 16:31:33.000000000 -0700
@@ -3388,7 +3388,7 @@
                if (OP(first) == IFMATCH) {
                    first = NEXTOPER(first);
                    first += EXTRA_STEP_2ARGS;
-               } else  /*xxx possible optimisation for /(?=)/*/
+               } else  /* XXX possible optimisation for /(?=)/  */
                    first = NEXTOPER(first);
        }
 
End of Patch.

Reply via email to