summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 13:02:42 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 13:02:42 +0000
commitaf9e49b40a4cc2d6c0d5ebad7e84fb62143b24e1 (patch)
tree416d37161f75757de3100eee573d3cdf9c53c516 /opcode.pl
parent70cf0185be8a46ed25b37689143a5eb26c7909eb (diff)
downloadperl-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-xopcode.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcode.pl b/opcode.pl
index 27cf87b539..27f1de9a8d 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -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) {