summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-10-16 14:08:16 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-10-16 14:08:16 +0000
commita8fc9800e47fd3c23e88282f4505c051278ccc9b (patch)
treef679f3e0ffe74a175eb33aaf3ec22f05697b398f /hv.c
parent8cf8f3d16d82d8b3561907820401eea7766f2f96 (diff)
downloadperl-a8fc9800e47fd3c23e88282f4505c051278ccc9b.tar.gz
Builds under ithreads (but fails all threads tests)
p4raw-id: //depot/perlio@12456
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 d5539209bb..d3bb914653 100644
--- a/hv.c
+++ b/hv.c
@@ -99,7 +99,7 @@ Perl_unshare_hek(pTHX_ HEK *hek)
#if defined(USE_ITHREADS)
HE *
-Perl_he_dup(pTHX_ HE *e, bool shared, clone_params* param)
+Perl_he_dup(pTHX_ HE *e, bool shared, CLONE_PARAMS* param)
{
HE *ret;