diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-04 13:02:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-04 13:02:42 +0000 |
commit | af9e49b40a4cc2d6c0d5ebad7e84fb62143b24e1 (patch) | |
tree | 416d37161f75757de3100eee573d3cdf9c53c516 /opcode.pl | |
parent | 70cf0185be8a46ed25b37689143a5eb26c7909eb (diff) | |
download | perl-af9e49b40a4cc2d6c0d5ebad7e84fb62143b24e1.tar.gz |
ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
with Perl_pp_ftrread().
p4raw-id: //depot/perl@25986
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ my @raw_alias = ( Perl_pp_ftis => [qw(ftsize ftmtime ftatime ftctime)], Perl_pp_chown => [qw(unlink chmod utime kill)], Perl_pp_link => ['symlink'], + Perl_pp_ftrread => [qw(ftrwrite ftrexec fteread ftewrite + fteexec)], ); while (my ($func, $names) = splice @raw_alias, 0, 2) { |