diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-02-20 09:21:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-20 09:21:53 +0000 |
commit | 1518d620d80f21c46a5f3757b2ebf28b92c1d602 (patch) | |
tree | a0f39cad79b74c01021387c56a334f5188a283c8 /opcode.h | |
parent | f30de7493b87cd1270b4840a21a0c5c0f76598a7 (diff) | |
download | perl-1518d620d80f21c46a5f3757b2ebf28b92c1d602.tar.gz |
Setting the f flag on length causes the op to be constant folded.
p4raw-id: //depot/perl@33337
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1658,7 +1658,7 @@ EXTCONST U32 PL_opargs[] = { 0x0001378e, /* hex */ 0x0001378e, /* oct */ 0x0001378e, /* abs */ - 0x0001379c, /* length */ + 0x0001379e, /* length */ 0x1322280c, /* substr */ 0x0022281c, /* vec */ 0x0122291c, /* index */ |