This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Use proper #ifdef to enable behavior
authorKarl Williamson <khw@cpan.org>
Thu, 28 Nov 2019 02:18:13 +0000 (19:18 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 30 Nov 2019 21:20:06 +0000 (14:20 -0700)
commitfd639d5f1b8957c2c5b2eaabfa667766e1b1e28a
treec50ef6081212feb15134e127d7c2e57adc1c2992
parent65c15174221994931f68592a00b0c4d1733229d8
locale.c: Use proper #ifdef to enable behavior

This changes to use USE_POSIX_2008_LOCALE instead of
HAS_POSIX_2008_LOCALE.  Rarely do they differ, but someone may choose to
configure their installation to not use these more modern functions,
even if available, perhaps because they're buggy on that system.
locale.c