projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5fcd1c1
)
Retract #9143.
Jarkko Hietaniemi [Wed, 14 Mar 2001 06:14:56 +0000 (06:14 +0000)]
p4raw-id: //depot/perl@9149
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
f721f06
..
5623e14
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-2895,7
+2895,7
@@
Perl_pmtrans(pTHX_ OP *o, OP *expr, OP *repl)
}
}
}
- if (!del && (rlen > 0xff || tlen > 0xff)) {
+ if (!del) {
if (j >= rlen)
j = rlen - 1;
else