This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Rmv unnecessary declaration causing warning
authorKarl Williamson <khw@cpan.org>
Sun, 3 Dec 2023 17:38:45 +0000 (10:38 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 11 Dec 2023 01:07:08 +0000 (18:07 -0700)
commit5b4dfde4af030eb5b4f0ff52283e96d25302aeaa
tree8e1e2a0ff00d2625e769e9caab3447bba0991da9
parent89b7ef6fbd22fa8e77a41eb738f23aae252b0630
locale.c: Rmv unnecessary declaration causing warning

The Windows versions we now support don't need to have this libc
function declared, and warn that it is being declared.
locale.c