summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2018-02-10 17:05:07 -0600
committerKarl Williamson <khw@cpan.org>2018-02-10 18:08:29 -0700
commit5b95d1b1b5e7cb1ddfe987a377507d21b7d91587 (patch)
treea107d0482ce01c9b3bc799944506f8d769ae8c69 /makedef.pl
parent199fc8cde4ec30a56626c0765b3b0efacb327664 (diff)
downloadperl-5b95d1b1b5e7cb1ddfe987a377507d21b7d91587.tar.gz
Don't export PL_underlying_numeric_obj if it doesn't exist.
This broke the build on VMS and probably would on anything else with strict linking where HAS_NEW_LOCALE is not defined.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 5dc7bdf35c..93e47b03c5 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -403,6 +403,7 @@ unless ($define{'HAS_NEWLOCALE'} && ! $define{'NO_POSIX_2008_LOCALE'})
{
++$skip{$_} foreach qw(
PL_C_locale_obj
+ PL_underlying_numeric_obj
);
}