projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
166ba7c
)
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
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);
}