This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Don't use numeric unless LC_NUMERIC
authorKarl Williamson <khw@cpan.org>
Thu, 29 Nov 2018 18:53:58 +0000 (11:53 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 29 Nov 2018 19:02:37 +0000 (12:02 -0700)
commit78f7c09f0b2228c81b0f12f440ec41fa9652c19b
treedc602d6f4836a57688c2bee7d5e4ac13c84fc64f
parent4d9252fd87d589cee8bbae74d7bf79cbd4d9fa1b
locale.c: Don't use numeric unless LC_NUMERIC

This commit #ifdef's a usage of a variable that isn't valid unless the
system has LC_NUMERIC
locale.c