summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-02-20 09:21:53 +0000
committerNicholas Clark <nick@ccl4.org>2008-02-20 09:21:53 +0000
commit1518d620d80f21c46a5f3757b2ebf28b92c1d602 (patch)
treea0f39cad79b74c01021387c56a334f5188a283c8 /opcode.h
parentf30de7493b87cd1270b4840a21a0c5c0f76598a7 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 82bca2def4..65545a4ec0 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1658,7 +1658,7 @@ EXTCONST U32 PL_opargs[] = {
0x0001378e, /* hex */
0x0001378e, /* oct */
0x0001378e, /* abs */
- 0x0001379c, /* length */
+ 0x0001379e, /* length */
0x1322280c, /* substr */
0x0022281c, /* vec */
0x0122291c, /* index */