This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Change macro name 'porcelain' => 'posix'
authorKarl Williamson <khw@cpan.org>
Sat, 3 Sep 2022 12:31:20 +0000 (06:31 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 10 Sep 2022 15:26:20 +0000 (09:26 -0600)
commit952fa04f7f2a5518f11f811d9ee21670671c1994
tree44d8cb139dbbff3345dd9895abd44835e84d98ca
parent932a38d1a532eec8faccdcb6e4ce4d023fbf70be
locale.c: Change macro name 'porcelain' => 'posix'

When I wrote this I tought porcelain in git meant something different
than it does.  But what this macro does is to hide the non-POSIX vs
POSIX differences from its callers.
locale.c