diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-07 13:13:44 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-07 13:13:44 +0000 |
commit | 2723d2164bbb7a5d9949447f06dde05bf516db63 (patch) | |
tree | 5697a4c98c753cd16eb8e2dec82bcec5a26aab41 /opcode.pl | |
parent | ad66a58c52846ddfb0eb58eb24790639c62240a0 (diff) | |
download | perl-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-x | opcode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |