diff options
author | Steve Hay <SteveHay@planit.com> | 2006-02-10 11:20:23 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-02-10 11:20:23 +0000 |
commit | bf38c51f361107f758fabf5590b0852bea1538f6 (patch) | |
tree | d4f097bd6aa170c7933b823b566a043f2adc45ae /hv.c | |
parent | ce6f1cbce90e089336a9b1ef9c0f6a86b261d30d (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |