X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fchar-upper.c;h=53846d79cfabafa8d63103cd1964756d85128c2f;hb=87a9493b2353f1ba7a0ea1bac3d8b7dbe3172d27;hp=3b8d3171f6dc5e5f076bd924922025f7dc3570fa;hpb=9935e649cbebddb44a21df196fb92ad6e703eb23;p=libucw.git diff --git a/ucw/char-upper.c b/ucw/char-upper.c index 3b8d3171..53846d79 100644 --- a/ucw/char-upper.c +++ b/ucw/char-upper.c @@ -10,7 +10,7 @@ #include "ucw/lib.h" #include "ucw/chartype.h" -const unsigned char _c_upper[256] = { +const byte _c_upper[256] = { #define CHAR(code,upper,lower,cat) upper, #include "ucw/char-map.h" #undef CHAR