summaryrefslogtreecommitdiff
path: root/opcode.h
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.h
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.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 196f0ec3f1..7d7c7b4148 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1037,7 +1037,7 @@ EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */
MEMBER_TO_FPTR(Perl_pp_chown), /* Perl_pp_utime */
MEMBER_TO_FPTR(Perl_pp_rename),
MEMBER_TO_FPTR(Perl_pp_link),
- MEMBER_TO_FPTR(Perl_pp_symlink),
+ MEMBER_TO_FPTR(Perl_pp_link), /* Perl_pp_symlink */
MEMBER_TO_FPTR(Perl_pp_readlink),
MEMBER_TO_FPTR(Perl_pp_mkdir),
MEMBER_TO_FPTR(Perl_pp_rmdir),