Skip to content

Commit

Permalink
makedef.pl: Synchronize with perl.h
Browse files Browse the repository at this point in the history
There are a couple of places in perl.h that need to be converted to perl
and copied to makedef.  It's easy to forget to do this when updating it;
and this commit corrects one such omission.
  • Loading branch information
khwilliamson committed Nov 4, 2024
1 parent 4acc9fb commit 3f9ec1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makedef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ BEGIN
if ( $define{USE_POSIX_2008_LOCALE}
&& ( $define{HAS_QUERYLOCALE}
|| ( $Config{cppsymbols} =~ /__GLIBC__/
&& ! $define{NO_USE_NL_LOCALE_NAME}
&& $define{HAS_NL_LANGINFO_L}
&& ! $define{SETLOCALE_ACCEPTS_ANY_LOCALE_NAME})))
{
Expand Down

0 comments on commit 3f9ec1d

Please sign in to comment.