This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Revise a locale setting macro
authorKarl Williamson <public@khwilliamson.com>
Thu, 12 Dec 2013 05:50:28 +0000 (22:50 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Jan 2014 20:33:04 +0000 (13:33 -0700)
commit7cdd8b31c7e76d6cb7e1c568f5c9de585b44b4e7
tree642dc5caf057b95ca126ae5d18a45ce5f308f350
parentb07fffd1fe5d47918a00b18619bc086060f79273
perl.h: Revise a locale setting macro

This macro toggles to the C locale.  It should not depend on being in
the scope of 'use locale' to do that, so remove the check.  I couldn't
figure out a test case for this, but I'm pretty sure there is a some
convoluted scheme that this change averts a bug from.
perl.h