summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-04 16:42:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-04 16:42:17 +0000
commit6bfc225dd053d6d16a741d24c9f3dd2d90b0a1ae (patch)
treebb6caf500fb0b1ad70eaede748f1d7e0ace5507c /pp.c
parent3c1071f27f81b6dfd8d73d825ae7de3c747da907 (diff)
downloadperl-6bfc225dd053d6d16a741d24c9f3dd2d90b0a1ae.tar.gz
Retract #7977, still too volatile (the euphemism of the day
for unfinished and buggy :-) p4raw-id: //depot/perl@7978
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pp.c b/pp.c
index b3e2030769..10e6c6aa99 100644
--- a/pp.c
+++ b/pp.c
@@ -2693,8 +2693,6 @@ PP(pp_each)
EXTEND(SP, 2);
if (entry) {
PUSHs(hv_iterkeysv(entry)); /* won't clobber stack_sp */
- if (SvUTF8((SV*)hash))
- SvUTF8_on(TOPs);
if (gimme == G_ARRAY) {
SV *val;
PUTBACK;