projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
14f14da
)
Missing dTHR in hv_fetch_ent when statics moved to thread struct.
Malcolm Beattie [Mon, 16 Mar 1998 16:36:55 +0000 (16:36 +0000)]
p4raw-id: //depot/perl@825
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
822c002
..
e7d2075
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-170,6
+170,7
@@
hv_fetch_ent(HV *hv, SV *keysv, I32 lval, register U32 hash)
if (SvRMAGICAL(hv)) {
if (mg_find((SV*)hv,'P')) {
+ dTHR;
sv = sv_newmortal();
keysv = sv_2mortal(newSVsv(keysv));
mg_copy((SV*)hv, sv, (char*)keysv, HEf_SVKEY);