]> pd.if.org Git - pdclib.old/blobdiff - internals/_PDCLIB_locale.h
PDCLIB-25 #comment Make _PDCLIB_wcinfo + _PDCLIB_wcinfo_size const
[pdclib.old] / internals / _PDCLIB_locale.h
index 861b486c032969735f14276b1473ce36faaa3872..3159dfb22d914548ce33324fc96d5c4be76e128d 100644 (file)
@@ -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 )
 {