Skip to content

Commit

Permalink
Maybe drop: makedef.pl: Move code
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent b1f3755 commit aa9972e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions makedef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,13 @@ sub readvar {
);
}

unless ($define{USE_PERL_SWITCH_LOCALE_CONTEXT})
{
++$skip{$_} foreach qw(
Perl_switch_locale_context
);
}

unless ($define{EMULATE_THREAD_SAFE_LOCALES})
{
++$skip{$_} foreach qw(
Expand All @@ -500,12 +507,6 @@ sub readvar {
);
}

unless ($define{USE_PERL_SWITCH_LOCALE_CONTEXT})
{
++$skip{$_} foreach qw(
Perl_switch_locale_context
);
}

unless ($define{'MULTIPLICITY'}) {
++$skip{$_} foreach qw(
Expand Down

0 comments on commit aa9972e

Please sign in to comment.