]> mj.ucw.cz Git - libucw.git/blobdiff - lib/chartype.h
CF_USAGE_TAB can be used to insert more tabs to the default help message.
[libucw.git] / lib / chartype.h
index 6ef0ccd0a67c6f94c903bc1a1e9fa3525ef9ee3b..ef08205e9777db000edcc39c6ccd90a81296dd0e 100644 (file)
@@ -24,7 +24,7 @@
 #define _C_WORD (_C_ALNUM | _C_INNER)
 #define _C_WSTART (_C_ALPHA | _C_INNER)
 
-extern unsigned char _c_cat[256], _c_upper[256], _c_collate[256], _c_order[256];
+extern const unsigned char _c_cat[256], _c_upper[256];
 
 #define Category(x) (_c_cat[(unsigned char)(x)])
 #define Ccat(x,y) (Category(x) & y)