diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-15 19:56:37 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-15 19:56:37 +0000 |
commit | f433d095c701fc99be6dfb685ceb5f4cb6fafb97 (patch) | |
tree | 62cfc2f9e0819502d76c508be3e805c5ffc47db8 /makedef.pl | |
parent | bd05022c1077843bb12b065d8baae4101b6b23c0 (diff) | |
download | perl-f433d095c701fc99be6dfb685ceb5f4cb6fafb97.tar.gz |
add PL_thr_key to export list under useithreads
p4raw-id: //depot/perl@5754
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 2e74878977..ab672293ac 100644 --- a/makedef.pl +++ b/makedef.pl @@ -383,9 +383,14 @@ else { )]; } -unless ($define{'USE_5005THREADS'}) { +unless ($define{'USE_5005THREADS'} || $define{'USE_ITHREADS'}) { skip_symbols [qw( PL_thr_key + )]; +} + +unless ($define{'USE_5005THREADS'}) { + skip_symbols [qw( PL_sv_mutex PL_strtab_mutex PL_svref_mutex |