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 22, 2023
1 parent 7c27b93 commit 2536fcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions makedef.pl
Expand Up @@ -187,10 +187,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 2536fcd

Please sign in to comment.