X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-cat.c;h=e1bd2811fb17015e8d2d9b01ad37d19ed4339515;hb=6bdaf40528a6961e089bb58ecb52a12a41c6a439;hp=88221facbbe90585af11432493fb5144dd38bd73;hpb=9935e649cbebddb44a21df196fb92ad6e703eb23;p=libucw.git diff --git a/ucw/char-cat.c b/ucw/char-cat.c index 88221fac..e1bd2811 100644 --- a/ucw/char-cat.c +++ b/ucw/char-cat.c @@ -10,7 +10,7 @@ #include "ucw/lib.h" #include "ucw/chartype.h" -const unsigned char _c_cat[256] = { +const byte _c_cat[256] = { #define CHAR(code,upper,lower,cat) cat, #include "ucw/char-map.h" #undef CHAR