summaryrefslogtreecommitdiff
path: root/opcode.pl
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.pl
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.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 56d8342a16..8f480d6ee0 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -481,7 +481,7 @@ aslice array slice ck_null m@ A L
# Hashes.
-each each ck_fun t% H
+each each ck_fun % H
values values ck_fun t% H
keys keys ck_fun t% H
delete delete ck_delete % S