summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-08-18 13:37:45 -0600
committerKarl Williamson <khw@cpan.org>2022-08-19 21:25:05 -0600
commit7f367253e335e8507638bb2ca1767c0fedbc95d3 (patch)
tree3b4c53c6507e75219cc329c2dd2fc621b6167cc6 /makedef.pl
parentc3d21af2da4882bcb0aa19d4a8ea05b5cf0ec6cc (diff)
downloadperl-7f367253e335e8507638bb2ca1767c0fedbc95d3.tar.gz
makedef: Export certain symbols
This fixes #20090 These symbols were changed by fcbef0e to be defined in more Configurations, but as @bram-perl pointed out, makedef.pl didn't also change to export them in those expanded situations.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/makedef.pl b/makedef.pl
index 5010de542e..c33e473b7d 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -550,11 +550,6 @@ unless ($define{USE_LOCALE_COLLATE}) {
unless ($define{USE_LOCALE_NUMERIC}) {
++$skip{$_} foreach qw(
PL_numeric_local
- PL_numeric_name
- PL_numeric_radix_sv
- PL_numeric_standard
- PL_numeric_underlying
- PL_numeric_underlying_is_standard
PL_underlying_numeric_obj
);
}