summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-07 13:13:44 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-07 13:13:44 +0000
commit2723d2164bbb7a5d9949447f06dde05bf516db63 (patch)
tree5697a4c98c753cd16eb8e2dec82bcec5a26aab41 /opcode.pl
parentad66a58c52846ddfb0eb58eb24790639c62240a0 (diff)
downloadperl-2723d2164bbb7a5d9949447f06dde05bf516db63.tar.gz
Merge pp_index and pp_rindex - we have another mathom.
p4raw-id: //depot/perl@27118
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.pl b/opcode.pl
index b2bcf90e28..c548f7b257 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -79,6 +79,7 @@ my @raw_alias = (
Perl_pp_ucfirst => ['lcfirst'],
Perl_pp_sle => [qw(slt sgt sge)],
Perl_pp_print => ['say'],
+ Perl_pp_index => ['rindex'],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {