Retract #9143.
Jarkko Hietaniemi [Wed, 14 Mar 2001 06:14:56 +0000 (06:14 +0000)]
p4raw-id: //depot/perl@9149

op.c

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