summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-03-02 04:29:08 -0700
committerKarl Williamson <khw@cpan.org>2022-09-02 13:21:24 -0600
commitc728a1a6206bcd35a013b6b78f60bdc1adf5bfa2 (patch)
tree43c6b3e85b3065ddc8b06ee50223a1825db543d0 /makedef.pl
parentcb5c690da676cf4043cf4ff7c29cb6db6bdb1634 (diff)
downloadperl-c728a1a6206bcd35a013b6b78f60bdc1adf5bfa2.tar.gz
Move utf8ness calc for $! into locale.c from mg.c
locale.c has the infrastructure to handle this, so remove repeated logic. The removed code tried to discern better based on using script runs, but this actually doesn't help, so is removed. Since we're now using C99, we can remove the block that was previously needed, and now the code is properly indented, whereas before it wasn't
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index e1ccf3a733..ad2bd613ed 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -273,7 +273,7 @@ if ($ARGS{PLATFORM} ne 'vms') {
if ($ARGS{PLATFORM} ne 'win32') {
++$skip{$_} foreach qw(
- Perl_my_setlocale
+ Perl_get_win32_message_utf8ness
);
}