diff options
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 956914e7ed..80723ca9ff 100644 --- a/makedef.pl +++ b/makedef.pl @@ -398,6 +398,14 @@ unless ($define{'USE_ITHREADS'}) { ); } +unless ( $define{'USE_ITHREADS'} + && $define{'HAS_NEWLOCALE'}) +{ + ++$skip{$_} foreach qw( + PL_C_locale_obj + ); +} + unless ($define{'PERL_IMPLICIT_CONTEXT'}) { ++$skip{$_} foreach qw( PL_my_cxt_index |