diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-16 14:08:16 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-16 14:08:16 +0000 |
commit | a8fc9800e47fd3c23e88282f4505c051278ccc9b (patch) | |
tree | f679f3e0ffe74a175eb33aaf3ec22f05697b398f /hv.c | |
parent | 8cf8f3d16d82d8b3561907820401eea7766f2f96 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |