projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fb366b9
)
Retract #15793 since #15775 should fix the problem.
Jarkko Hietaniemi [Sun, 7 Apr 2002 23:31:28 +0000 (23:31 +0000)]
p4raw-id: //depot/perl@15794
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
b31f61f
..
1d967ce
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-195,7
+195,6
@@
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)