diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 15:24:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 15:24:59 +0000 |
commit | d8003b7ae1bba42c0f086d8cd889a4e07328aae2 (patch) | |
tree | 11a22682e7526d20bdfd59e11dd0c24bc7c60e76 /perlapi.h | |
parent | 5e3f8698d25b6fe4896ed609d8d8af0249d86d57 (diff) | |
parent | 1b1e14d34a33bfe0df591910cafcab54421ca8a8 (diff) | |
download | perl-d8003b7ae1bba42c0f086d8cd889a4e07328aae2.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5350
Diffstat (limited to 'perlapi.h')
-rwxr-xr-x | perlapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -508,8 +508,6 @@ START_EXTERN_C #define PL_sys_intern (*Perl_Isys_intern_ptr(aTHXo)) #undef PL_tainting #define PL_tainting (*Perl_Itainting_ptr(aTHXo)) -#undef PL_thr_key -#define PL_thr_key (*Perl_Ithr_key_ptr(aTHXo)) #undef PL_threadnum #define PL_threadnum (*Perl_Ithreadnum_ptr(aTHXo)) #undef PL_threads_mutex @@ -882,6 +880,8 @@ START_EXTERN_C #define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL)) #undef PL_patleave #define PL_patleave (*Perl_Gpatleave_ptr(NULL)) +#undef PL_thr_key +#define PL_thr_key (*Perl_Gthr_key_ptr(NULL)) #endif /* !PERL_CORE */ #endif /* PERL_OBJECT || MULTIPLICITY */ |