This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Do common task in one place
authorKarl Williamson <khw@cpan.org>
Wed, 17 Jan 2018 05:09:27 +0000 (22:09 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 31 Jan 2018 05:49:03 +0000 (22:49 -0700)
commit5a854ab3c0396b128d52b29ca6e6fe80a91d86c4
tree52c704fea9562425473ff15b175ea5ce1a0360b7
parent9efd8fe512c23fd7db51f178082a865078fbddd6
locale.c: Do common task in one place

This function in some cases may need to temporarily switch the
LC_NUMERIC code.  Instead of repeating the logic to determine if this is
needed, do it once.
locale.c