In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/af5735030ecb884df4c76ca1466de7bdd777546e?hp=a79c258cf539dc7cba437fc32a30cea417a228fe>
- Log ----------------------------------------------------------------- commit af5735030ecb884df4c76ca1466de7bdd777546e Author: Karl Williamson <[email protected]> Date: Mon Mar 4 11:43:37 2019 -0700 perl.h: Improve a comment's wording ----------------------------------------------------------------------- Summary of changes: perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.h b/perl.h index 757fc7083c..098e1d7a1a 100644 --- a/perl.h +++ b/perl.h @@ -722,7 +722,7 @@ #if !defined(NO_LOCALE) && defined(HAS_SETLOCALE) # define USE_LOCALE # define HAS_SKIP_LOCALE_INIT /* Solely for XS code to test for this - capability */ + #define */ # if !defined(NO_LOCALE_COLLATE) && defined(LC_COLLATE) \ && defined(HAS_STRXFRM) # define USE_LOCALE_COLLATE -- Perl5 Master Repository
