From: Steve Hay Date: Wed, 4 Jan 2006 17:49:38 +0000 (+0000) Subject: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f9ecdc6c20660fe37ca3310f7b517f2b9bce419;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/makedef.pl b/makedef.pl index e650a05..56a9544 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