This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
authorSteve Hay <SteveHay@planit.com>
Wed, 4 Jan 2006 17:49:38 +0000 (17:49 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 4 Jan 2006 17:49:38 +0000 (17:49 +0000)
PERL_IMPLICIT_CONTEXT is not defined

Fixes non-threaded build errors on Win32 following change 26523

p4raw-id: //depot/perl@26653

makedef.pl

index e650a05..56a9544 100644 (file)
@@ -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