]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-cat.c
Merge remote-tracking branch 'origin/dev-table' into dev-table
[libucw.git] / ucw / char-cat.c
index e9b148044d2d8ebd08f2019fac1f96396b5f4131..9ca8e75d9ef892675512f1672d70b054c264d8bd 100644 (file)
@@ -10,7 +10,7 @@
 #include <ucw/lib.h>
 #include <ucw/chartype.h>
 
-const byte _c_cat[256] = {
+const byte ucw_c_cat[256] = {
 #define CHAR(code,upper,lower,cat) cat,
 #include <ucw/char-map.h>
 #undef CHAR