From 63a5c03f7acb4308288468f3cd3ff61b551d6761 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 21 Apr 2023 10:35:09 -0600 Subject: [PATCH] makedef.pl: Move comment --- makedef.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/makedef.pl b/makedef.pl index 2b45548e99c5..5acb0d6c6e81 100644 --- a/makedef.pl +++ b/makedef.pl @@ -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})