summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-02-10 11:20:23 +0000
committerSteve Hay <SteveHay@planit.com>2006-02-10 11:20:23 +0000
commitbf38c51f361107f758fabf5590b0852bea1538f6 (patch)
treed4f097bd6aa170c7933b823b566a043f2adc45ae /hv.c
parentce6f1cbce90e089336a9b1ef9c0f6a86b261d30d (diff)
downloadperl-bf38c51f361107f758fabf5590b0852bea1538f6.tar.gz
Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
p4raw-id: //depot/perl@27148
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 061d0ce62f..4c5615de51 100644
--- a/hv.c
+++ b/hv.c
@@ -857,7 +857,7 @@ S_hv_fetch_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen,
}
STATIC void
-S_hv_magic_check(HV *hv, bool *needs_copy, bool *needs_store)
+S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store)
{
const MAGIC *mg = SvMAGIC(hv);
*needs_copy = FALSE;