#ifndef REGTEST\r
#include <_PDCLIB_locale.h>\r
\r
- _PDCLIB_wcinfo_t _PDCLIB_wcinfo[] = {\r
+const _PDCLIB_wcinfo_t _PDCLIB_wcinfo[] = {\r
// { value, flags, lower, upper }, // name\r
{ 0x0, 0x4, 0x0, 0x0 }, // <control>\r
{ 0x1, 0x4, 0x1, 0x1 }, // <control>\r
};\r
\r
\r
-size_t _PDCLIB_wcinfo_size = sizeof(_PDCLIB_wcinfo) / sizeof(_PDCLIB_wcinfo[0]);\r
+const size_t _PDCLIB_wcinfo_size = sizeof(_PDCLIB_wcinfo) / sizeof(_PDCLIB_wcinfo[0]);\r
#endif\r
\r
#ifdef TEST\r
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 )
{