diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-02 15:59:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-02 15:59:30 +0000 |
commit | 957b0e1df4e0ae2e09b90343a5735128715ba230 (patch) | |
tree | dd6f40e5a4e2ba2f4d8eaacfef382d0c9ad718b1 /opcode.pl | |
parent | 9da9462bb3e8caa6ed89b73deed69ec85fa59066 (diff) | |
download | perl-957b0e1df4e0ae2e09b90343a5735128715ba230.tar.gz |
Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
p4raw-id: //depot/perl@25958
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ my @raw_alias = ( Perl_pp_gservent => [qw(gsbyname gsbyport)], Perl_pp_gpwent => [qw(gpwnam gpwuid)], Perl_pp_ggrent => [qw(ggrnam ggrgid)], + + Perl_pp_ftis => [qw(ftsize ftmtime ftatime ftctime)], ); while (my ($func, $names) = splice @raw_alias, 0, 2) { |