diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-23 15:56:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-23 15:56:04 +0000 |
commit | 59af01353dbbede40ae5b5d1b0330b847ffb82dc (patch) | |
tree | 35d80e0b0eafdd89028fd3a511661fbcce085826 /opcode.h | |
parent | 76cd736e66383afee2dc798500e6d884d1cd0922 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1923,7 +1923,7 @@ EXT U32 PL_opargs[] = { 0x00026e04, /* aelemfast */ 0x00026404, /* aelem */ 0x00046801, /* aslice */ - 0x00009608, /* each */ + 0x00009600, /* each */ 0x00009608, /* values */ 0x00009608, /* keys */ 0x00003600, /* delete */ |