summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-29 15:24:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-29 15:24:59 +0000
commitd8003b7ae1bba42c0f086d8cd889a4e07328aae2 (patch)
tree11a22682e7526d20bdfd59e11dd0c24bc7c60e76 /perlapi.h
parent5e3f8698d25b6fe4896ed609d8d8af0249d86d57 (diff)
parent1b1e14d34a33bfe0df591910cafcab54421ca8a8 (diff)
downloadperl-d8003b7ae1bba42c0f086d8cd889a4e07328aae2.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5350
Diffstat (limited to 'perlapi.h')
-rwxr-xr-xperlapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index 8ba6504071..70a2187389 100755
--- a/perlapi.h
+++ b/perlapi.h
@@ -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 */