Skip to content

Commit

Permalink
makedef.pl: Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 17, 2023
1 parent 049b7e9 commit 63a5c03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions makedef.pl
Expand Up @@ -186,10 +186,8 @@ BEGIN
}

if ($define{USE_POSIX_2008_LOCALE} && $define{HAS_QUERYLOCALE})
{
{ # Don't need glibc only code from perl.h
$define{USE_QUERYLOCALE} = 1;

# Don't need glibc only code from perl.h
}

if ( ($define{USE_POSIX_2008_LOCALE} && ! $define{USE_QUERYLOCALE})
Expand Down

0 comments on commit 63a5c03

Please sign in to comment.