diff options
author | Max Maischein <corion@corion.net> | 2009-12-17 23:22:39 +0100 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2009-12-17 15:32:44 -0800 |
commit | 8703a9a4fd75723318bc4ba1afc42a215806f2d1 (patch) | |
tree | d85a5c22446075dab50cf156f9a8b2c3c75ca117 /makedef.pl | |
parent | 229c5935ba2b931e7f367cc5b2706adeee57ee47 (diff) | |
download | perl-8703a9a4fd75723318bc4ba1afc42a215806f2d1.tar.gz |
Correct some #ifdef USE_ITHREADS / USE_MULTI
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 64094313e6..858c1eb46a 100644 --- a/makedef.pl +++ b/makedef.pl @@ -758,6 +758,7 @@ unless ($define{'USE_ITHREADS'}) { PL_sharedsv_space_mutex PL_dollarzero_mutex PL_hints_mutex + PL_my_ctx_mutex PL_perlio_mutex PL_regdupe Perl_parser_dup @@ -793,7 +794,6 @@ 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 |