This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Fix initialization compile error for HP
authorKarl Williamson <public@khwilliamson.com>
Tue, 18 Feb 2014 06:10:51 +0000 (23:10 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 18 Feb 2014 06:13:01 +0000 (23:13 -0700)
commitc3fcd8326b7daf2ddebb7125fd415e3a46f164bc
tree1b629d60b82b6deede75b13b50a489830b26f3c2
parent3383030df59be82c00ff421fbd06a7ecb7403289
locale.c: Fix initialization compile error for HP

One of the HP compilers would not compile the compile-time array
initialization; so do it at runtime.
locale.c