summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-27 01:03:19 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-27 01:03:19 +0000
commitc6af95f61decbba4d08b75e0ff2fadd33009bd72 (patch)
treebaec0d545abc3b7a2e72b1e397e4610c5a32f1b9 /hv.c
parente4c29037213870e35d016c8689b08c65fe17ca57 (diff)
parent15f0808c5d67b362ecb8b59cf6a3ed61fbf51bbf (diff)
downloadperl-c6af95f61decbba4d08b75e0ff2fadd33009bd72.tar.gz
Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
p4raw-id: //depot/ansiperl@314
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hv.c b/hv.c
index c68b09ddfb..079e95297b 100644
--- a/hv.c
+++ b/hv.c
@@ -16,8 +16,8 @@
static void hsplit _((HV *hv));
static void hfreeentries _((HV *hv));
-
-static HE* more_he(void);
+static void hv_magic_check _((HV *hv, bool *needs_copy, bool *needs_store));
+static HE* more_he _((void));
static HE*
new_he(void)