make some arrays const
[musl] / src / ctype / __ctype_toupper_loc.c
index 5e23dda..1556164 100644 (file)
@@ -23,7 +23,7 @@ static const int32_t table[] = {
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
 };
 
-static const int32_t *const ptable = table;
+static const int32_t *const ptable = table+128;
 
 const int32_t **__ctype_toupper_loc(void)
 {