diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-27 01:03:19 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-27 01:03:19 +0000 |
commit | c6af95f61decbba4d08b75e0ff2fadd33009bd72 (patch) | |
tree | baec0d545abc3b7a2e72b1e397e4610c5a32f1b9 /hv.c | |
parent | e4c29037213870e35d016c8689b08c65fe17ca57 (diff) | |
parent | 15f0808c5d67b362ecb8b59cf6a3ed61fbf51bbf (diff) | |
download | perl-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |