This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Let static fcn take a NULL argument
authorKarl Williamson <khw@cpan.org>
Sat, 24 Feb 2018 23:22:22 +0000 (16:22 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 25 Feb 2018 16:48:27 +0000 (09:48 -0700)
commit0b6697c5fb6ef91cb9b537c60b6377b8fc54acbe
tree02f7d4d23f5c360dd351741feaae13b696d73026
parent345db0f66ed0ac7b609bb6bcceaf3a48b5f8e25b
locale.c: Let static fcn take a NULL argument

It turns out that it will be convenient in a future commit to have this
function handle NULL input.  That also means that every call should use
the return value of this function.
embed.fnc
locale.c
proto.h