Skip to content

Commit

Permalink
makedef.pl: PL_cur_locale_obj is only POSIX 2008 multiplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 20, 2023
1 parent ec1af4e commit c22db70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makedef.pl
Expand Up @@ -422,7 +422,6 @@ sub readvar {
++$skip{$_} foreach qw(
PL_keyword_plugin_mutex
PL_check_mutex
PL_cur_locale_obj
PL_op_mutex
PL_regex_pad
PL_regex_padav
Expand Down Expand Up @@ -470,6 +469,7 @@ sub readvar {
++$skip{$_} foreach qw(
PL_C_locale_obj
PL_scratch_locale_obj
PL_cur_locale_obj
);
}
unless ($define{USE_PL_CURLOCALES})
Expand Down Expand Up @@ -513,6 +513,7 @@ sub readvar {

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

0 comments on commit c22db70

Please sign in to comment.