This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166ba7c
)
quieten warning by avoiding a comment-within-a-comment
author
Dave Mitchell
<davem@fdisolutions.com>
Sat, 24 Jun 2006 23:31:33 +0000
(23:31 +0000)
committer
Dave Mitchell
<davem@fdisolutions.com>
Sat, 24 Jun 2006 23:31:33 +0000
(23:31 +0000)
p4raw-id: //depot/perl@28422
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/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);
}