In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ec2bccfd3800c851677f4f30f680a9734ee6552f?hp=2ca4363ddd9d355a31563ffe59eba09fcb54a708>
- Log ----------------------------------------------------------------- commit ec2bccfd3800c851677f4f30f680a9734ee6552f Author: H.Merijn Brand <[email protected]> Date: Thu Jul 28 16:13:50 2016 +0200 Force inclusion of I_XLOCALE until it is actually used ----------------------------------------------------------------------- Summary of changes: config_h.SH | 5 +++++ metaconfig.h | 1 + 2 files changed, 6 insertions(+) diff --git a/config_h.SH b/config_h.SH index 2aa37c3..a6bda7b 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3251,10 +3251,15 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that the querylocale routine is * available to return the name of the locale for a category mask. */ +/* I_XLOCALE: + * This symbol, if defined, indicates to the C program that it should + * include <xlocale.h> to get uselocale() and its friends. + */ #$d_newlocale HAS_NEWLOCALE /**/ #$d_freelocale HAS_FREELOCALE /**/ #$d_uselocale HAS_USELOCALE /**/ #$d_querylocale HAS_QUERYLOCALE /**/ +#$i_xlocale I_XLOCALE /**/ /* HAS_NEXTAFTER: * This symbol, if defined, indicates that the nextafter routine is diff --git a/metaconfig.h b/metaconfig.h index 94aae84..98d91c2 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -35,6 +35,7 @@ * HAS_STRERROR_L * HAS_TIMEGM * HAS_USELOCALE + * I_XLOCALE * I16SIZE * I64SIZE * I8SIZE -- Perl5 Master Repository
