This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined.
authorNicholas Clark <nick@ccl4.org>
Mon, 18 Jul 2011 13:21:32 +0000 (15:21 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:50 +0000 (11:53 +0200)
commit1f1ade4f70e175458c528bb69fde56a6611ab73e
tree382ad0c7c967e97f1b587a40510188ae2def7deb
parentbdcba273c1a481a43024460a6f6a42837356aff5
In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined.

Previously these symbols were only listed as platform specific exceptions
for WinCE. config.ce has i_locale as undef, so <locale.h> is not included,
so (presumably) there USE_LOCALE_NUMERIC is not part of
Config::bincompat_options().
makedef.pl