diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-04 16:42:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-04 16:42:17 +0000 |
commit | 8620f5714fcfce56281fef2441ef78975353ccb1 (patch) | |
tree | bb6caf500fb0b1ad70eaede748f1d7e0ace5507c /doop.c | |
parent | 4663b407a3899e164ee3be4c568d32bb52f292cd (diff) | |
download | perl-8620f5714fcfce56281fef2441ef78975353ccb1.tar.gz |
Retract #7977, still too volatile (the euphemism of the day
for unfinished and buggy :-)
p4raw-id: //depot/perl@7978
Diffstat (limited to 'doop.c')
-rw-r--r-- | doop.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1177,11 +1177,8 @@ Perl_do_kv(pTHX) PUTBACK; /* hv_iternext and hv_iterval might clobber stack_sp */ while ((entry = hv_iternext(keys))) { SPAGAIN; - if (dokeys) { + if (dokeys) XPUSHs(hv_iterkeysv(entry)); /* won't clobber stack_sp */ - if (SvUTF8((SV*)keys)) - SvUTF8_on(TOPs); /* Yuck */ - } if (dovalues) { PUTBACK; tmpstr = realhv ? |