diff options
author | Steve Hay <SteveHay@planit.com> | 2006-01-04 17:49:38 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-01-04 17:49:38 +0000 |
commit | 1f9ecdc6c20660fe37ca3310f7b517f2b9bce419 (patch) | |
tree | 0c5a8a31b825bfd5ba0ed3533cf01d2753432be5 /makedef.pl | |
parent | acde74e1470244c2d6e7d36e1cddcb699d9ab106 (diff) | |
download | perl-1f9ecdc6c20660fe37ca3310f7b517f2b9bce419.tar.gz |
Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
PERL_IMPLICIT_CONTEXT is not defined
Fixes non-threaded build errors on Win32 following change 26523
p4raw-id: //depot/perl@26653
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index e650a05e00..56a95442b2 100644 --- a/makedef.pl +++ b/makedef.pl @@ -749,6 +749,10 @@ unless ($define{'USE_ITHREADS'}) { unless ($define{'PERL_IMPLICIT_CONTEXT'}) { skip_symbols [qw( + PL_my_ctx_mutex + PL_my_cxt_index + PL_my_cxt_list + PL_my_cxt_size Perl_croak_nocontext Perl_die_nocontext Perl_deb_nocontext |