summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-23 15:56:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-23 15:56:04 +0000
commit59af01353dbbede40ae5b5d1b0330b847ffb82dc (patch)
tree35d80e0b0eafdd89028fd3a511661fbcce085826 /opcode.h
parent76cd736e66383afee2dc798500e6d884d1cd0922 (diff)
downloadperl-59af01353dbbede40ae5b5d1b0330b847ffb82dc.tar.gz
avoid useless use of target for pp_each(); also fixes bugs due to
refcount held by the target p4raw-id: //depot/perl@3727
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 ab279becb2..629eef45f1 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1923,7 +1923,7 @@ EXT U32 PL_opargs[] = {
0x00026e04, /* aelemfast */
0x00026404, /* aelem */
0x00046801, /* aslice */
- 0x00009608, /* each */
+ 0x00009600, /* each */
0x00009608, /* values */
0x00009608, /* keys */
0x00003600, /* delete */