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 20, 2023
1 parent c22db70 commit d87fb46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions makedef.pl
Original file line number Diff line number Diff line change
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 d87fb46

Please sign in to comment.