This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Add macros and comments
authorKarl Williamson <public@khwilliamson.com>
Tue, 17 Dec 2013 04:47:27 +0000 (21:47 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Jan 2014 20:33:05 +0000 (13:33 -0700)
commit8a11fac97cbf1b0668b5ba645f1fb2709d10f82a
tree2a0606c8bc48645c2cd3efc05fe396de2ec29288
parentb34856cbbf2e4df8b63cb86c031aadea8f590219
perl.h: Add macros and comments

These macros are used in making sure the current locale is the correct
one for the circumstances.  I'm not a fan of this type of code
generation macro, but this just extends what is already there, and
aren't all that complicated.
perl.h