X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;fp=internals%2F_PDCLIB_locale.h;h=3159dfb22d914548ce33324fc96d5c4be76e128d;hp=861b486c032969735f14276b1473ce36faaa3872;hb=b1e61d0e1962a86d424b61641d692a927634cce6;hpb=cbd1457f23f192e20c9f770f36a0e95edf26475b 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 ) {