This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix locale.c under -DPERL_GLOBAL_STRUCT(_PRIVATE)
authorDavid Mitchell <davem@iabyn.com>
Wed, 25 May 2016 18:15:27 +0000 (19:15 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 25 May 2016 21:57:09 +0000 (22:57 +0100)
commit27cdc72ee6ec3061d775f2ff7739a3b826d811a1
tree3e00e86599fc39dea2b99e71d5f23ca4300b7022
parent1ee983f50d5e03f3a0d3f3a2fb92a6f6d49da9f2
fix locale.c under -DPERL_GLOBAL_STRUCT(_PRIVATE)

With that build option initialised statics aren't allowed (no BSS).
So just disable using $ENV{PERL_DEBUG_LOCALE_INIT} under
-DPERL_GLOBAL_STRUCT.
locale.c