X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;fp=internals%2F_PDCLIB_locale.h;h=3159dfb22d914548ce33324fc96d5c4be76e128d;hp=861b486c032969735f14276b1473ce36faaa3872;hb=db99f59ae538ea7c734bf691a519fd9f07db5112;hpb=4b1f856ea2b21f30b6af8d4cca7129ebc84d3d6f diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index 861b486..3159dfb 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -93,8 +93,8 @@ struct _PDCLIB_locale { char *_ErrnoStr[_PDCLIB_ERRNO_MAX]; }; -extern _PDCLIB_wcinfo_t _PDCLIB_wcinfo[]; -extern size_t _PDCLIB_wcinfo_size; +extern const _PDCLIB_wcinfo_t _PDCLIB_wcinfo[]; +extern const size_t _PDCLIB_wcinfo_size; static inline int _PDCLIB_wcinfo_cmp( const void * _key, const void * _obj ) {