X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=4595e9b82d5ec074ab1be679a30955c36f9ff28e;hb=3a988bf47bda2322d7759d3c4518c03e0ef98ba4;hp=82e17b04a580465a0189901da17fb79ef8cfbad4;hpb=276f7e69f80ac53bfb5da5cc24072dd393485106;p=pdclib diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index 82e17b0..4595e9b 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -92,7 +92,7 @@ struct _PDCLIB_locale { const _PDCLIB_ctype_t *_CType; /* perror/strerror */ - char *_ErrnoStr[_PDCLIB_ERRNO_MAX]; + const char * const _ErrnoStr[_PDCLIB_ERRNO_MAX]; }; extern const _PDCLIB_wcinfo_t _PDCLIB_wcinfo[];