X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Flocale%2F_PDCLIB_unicodedata.c;h=dbbe8001c652d2aad95627ac03a06947b73be656;hp=dbfc02a8674bd687cbcf24b349b1fe8a906ebf70;hb=b1e61d0e1962a86d424b61641d692a927634cce6;hpb=cbd1457f23f192e20c9f770f36a0e95edf26475b diff --git a/functions/locale/_PDCLIB_unicodedata.c b/functions/locale/_PDCLIB_unicodedata.c index dbfc02a..dbbe800 100644 --- a/functions/locale/_PDCLIB_unicodedata.c +++ b/functions/locale/_PDCLIB_unicodedata.c @@ -13,7 +13,7 @@ #ifndef REGTEST #include <_PDCLIB_locale.h> - _PDCLIB_wcinfo_t _PDCLIB_wcinfo[] = { +const _PDCLIB_wcinfo_t _PDCLIB_wcinfo[] = { // { value, flags, lower, upper }, // name { 0x0, 0x4, 0x0, 0x0 }, // { 0x1, 0x4, 0x1, 0x1 }, // @@ -24447,7 +24447,7 @@ }; -size_t _PDCLIB_wcinfo_size = sizeof(_PDCLIB_wcinfo) / sizeof(_PDCLIB_wcinfo[0]); +const size_t _PDCLIB_wcinfo_size = sizeof(_PDCLIB_wcinfo) / sizeof(_PDCLIB_wcinfo[0]); #endif #ifdef TEST