summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 20:20:56 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 20:20:56 +0000
commitca563b4e7524b82fcbffcbe3344a4a9d20a7ab64 (patch)
treea71f08d4d803e15afbf20503721d4a4e1ac0dcc4 /opcode.h
parent64a1bc8eebbac673a02fa9f636a26efc18961e48 (diff)
downloadperl-ca563b4e7524b82fcbffcbe3344a4a9d20a7ab64.tar.gz
pp_semop can fit within Perl_pp_shmwrite().
p4raw-id: //depot/perl@26000
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 ca93c095af..216f1d9ef1 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1074,7 +1074,7 @@ EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */
MEMBER_TO_FPTR(Perl_pp_shmwrite), /* Perl_pp_msgrcv */
MEMBER_TO_FPTR(Perl_pp_semget),
MEMBER_TO_FPTR(Perl_pp_semctl),
- MEMBER_TO_FPTR(Perl_pp_semop),
+ MEMBER_TO_FPTR(Perl_pp_shmwrite), /* Perl_pp_semop */
MEMBER_TO_FPTR(Perl_pp_require),
MEMBER_TO_FPTR(Perl_pp_require), /* Perl_pp_dofile */
MEMBER_TO_FPTR(Perl_pp_entereval),