diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-02-20 22:39:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-20 22:39:56 +0000 |
commit | 9784f5f42a6fe727d098291f8a63216b4e07c6bb (patch) | |
tree | 4d9a0d981380ce6584c70b42ab9b003ba4933403 /opcode.pl | |
parent | 1518d620d80f21c46a5f3757b2ebf28b92c1d602 (diff) | |
download | perl-9784f5f42a6fe727d098291f8a63216b4e07c6bb.tar.gz |
Eliminate ck_lengthconst.
p4raw-id: //depot/perl@33338
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -760,7 +760,7 @@ abs abs ck_fun fsTu% S? # String stuff. -length length ck_lengthconst ifsTu% S? +length length ck_fun ifsTu% S? substr substr ck_substr st@ S S S? S? vec vec ck_fun ist@ S S S |