summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorMattia Barbon <mbarbon@dsi.unive.it>2002-04-07 16:25:48 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-07 23:25:14 +0000
commitfb366b92f78daf05f688eb7144d27eebae85ef6b (patch)
tree13ed7cd95f689480f1dc4a5c55cb12a8b44303a0 /hv.c
parent25c09a70fd931a4c30fe75cf5895a26fb64d6da0 (diff)
downloadperl-fb366b92f78daf05f688eb7144d27eebae85ef6b.tar.gz
(Retracted by #15794)
Subject: [PATCH] hv.c From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3CB056EC.16340.1119992@localhost> p4raw-id: //depot/perl@15793
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hv.c b/hv.c
index 1d967ce20e..b31f61f99a 100644
--- a/hv.c
+++ b/hv.c
@@ -195,6 +195,7 @@ S_hv_fetch_flags(pTHX_ HV *hv, const char *key, I32 klen, I32 lval, int flags)
register XPVHV* xhv;
register U32 hash;
register HE *entry;
+ const char* keysave = key;
SV *sv;
if (!hv)