This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix error in util.c causing clang++ build-time failure
authorJames E Keenan <jkeenan@cpan.org>
Thu, 10 Mar 2022 19:38:42 +0000 (19:38 +0000)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 11 Mar 2022 02:04:26 +0000 (21:04 -0500)
commit034c827a9b35e416c3c9492634ea0ef81ed1566f
tree2428dfd31184bbd328ba7d11e7682639ed3c4854
parentca7060f74997933ff2120d5f5c0ae2d123f5a5ea
Fix error in util.c causing clang++ build-time failure

As suggested by Leon Timmermans in
https://github.com/Perl/perl5/issues/19515.

Same problem detected in hv.c.

Pull request:  https://github.com/Perl/perl5/pull/19516
hv.c
util.c