summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-14 06:14:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-14 06:14:56 +0000
commit62f474bae1666f6ea54aa74810bde0bdf790f1ec (patch)
tree4df10945c6f644656cbfa0f85889457188e72907 /op.c
parent5fcd1c1b5ea5ccb322c2ff87d283f032058dbafe (diff)
downloadperl-62f474bae1666f6ea54aa74810bde0bdf790f1ec.tar.gz
Retract #9143.
p4raw-id: //depot/perl@9149
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index f721f06cba..5623e146ad 100644
--- 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