Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 99d24a03f4f65d155416e04274b943ae7245dc21
https://github.com/Perl/perl5/commit/99d24a03f4f65d155416e04274b943ae7245dc21
Author: Karl Williamson <[email protected]>
Date: 2022-11-26 (Sat, 26 Nov 2022)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Fix compilation error on some platforms
Commit 73d66f354cd4df0324b11e46af48f66bd5c1dd15 introduced a compilation
error into some platforms lacking nl_langinfo(3) (generally Windows,
but their compiler is more lenient in this regard.
Simply add a 'const' to the declaration to fix it.