]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str_upper.c
Added mp_strdup().
[libucw.git] / lib / str_upper.c
index e058850cd937ce34dcc353b575ee850434bee372..4253b88172b5dde3eb510cd680b3039a5c23b93f 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "lib/chartype.h"
 
 
 #include "lib/chartype.h"
 
-unsigned char _c_upper[256] = {
+const unsigned char _c_upper[256] = {
 #define CHAR(code,upper,unacc,acc,cat) upper,
 #include "lib/charmap.h"
 #undef CHAR
 #define CHAR(code,upper,unacc,acc,cat) upper,
 #include "lib/charmap.h"
 #undef CHAR