This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Stop compiler warning
authorKarl Williamson <khw@cpan.org>
Thu, 22 Sep 2022 23:19:11 +0000 (17:19 -0600)
committerJames E Keenan <jkeenan@cpan.org>
Mon, 26 Sep 2022 00:12:49 +0000 (20:12 -0400)
commited4b2b05d25c19e1c2271b7f125531933fdab5aa
treefa207ba9c9756ea0a4811b44655112683fc9b1e0
parent63397005cf10eb6e95941b225062150533393d21
locale.c: Stop compiler warning

S_less_dicey_bool_setlocale_r() is a short function that makes a
complete set of similar functions, but there is no current use of it.
So just #ifdef it out.

This resolves #20338
embed.fnc
embed.h
locale.c
proto.h