summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-03 14:19:34 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-03 14:19:34 +0000
commitce6987d0ee9b127be2a1769a57aa5a88de5b51ef (patch)
tree82b013e0cfb7d653890de947a7229876a6bbc454 /opcode.pl
parent59fadd0047a1639f11dafe915dbb953e0197e065 (diff)
downloadperl-ce6987d0ee9b127be2a1769a57aa5a88de5b51ef.tar.gz
Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
but the actual finished code is not as bad as it seems. p4raw-id: //depot/perl@25972
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 921324c325..27cf87b539 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -69,6 +69,7 @@ my @raw_alias = (
Perl_pp_ggrent => [qw(ggrnam ggrgid)],
Perl_pp_ftis => [qw(ftsize ftmtime ftatime ftctime)],
Perl_pp_chown => [qw(unlink chmod utime kill)],
+ Perl_pp_link => ['symlink'],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {