Skip to content

Commit 7f36725

Browse files
committed
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.
1 parent c3d21af commit 7f36725

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

makedef.pl

-5
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,6 @@ sub readvar {
550550
unless ($define{USE_LOCALE_NUMERIC}) {
551551
++$skip{$_} foreach qw(
552552
PL_numeric_local
553-
PL_numeric_name
554-
PL_numeric_radix_sv
555-
PL_numeric_standard
556-
PL_numeric_underlying
557-
PL_numeric_underlying_is_standard
558553
PL_underlying_numeric_obj
559554
);
560555
}

0 commit comments

Comments
 (0)