From d53c2691bb2dcf48e139ad3f60f90b4ec579cc2c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 1 Aug 2022 06:45:47 -0600 Subject: locale: make PL_langinfo_buf const * The previous commit allows this change to be made. --- intrpvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index ac912acd5a..fd25e68e2a 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -757,7 +757,7 @@ PERLVARI(I, collation_standard, bool, TRUE) /* Assume simple collation */ #endif /* USE_LOCALE_COLLATE */ -PERLVARI(I, langinfo_buf, char *, NULL) +PERLVARI(I, langinfo_buf, const char *, NULL) PERLVARI(I, langinfo_bufsize, Size_t, 0) PERLVARI(I, setlocale_buf, const char *, NULL) PERLVARI(I, setlocale_bufsize, Size_t, 0) -- cgit v1.2.1