X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fchar-upper.c;h=53846d79cfabafa8d63103cd1964756d85128c2f;hb=31316f76dd68a03b803f51931d6e1fff2c60c5d1;hp=9b08809fef9b7889c882b9322fb7548c76866847;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/char-upper.c b/ucw/char-upper.c index 9b08809f..53846d79 100644 --- a/ucw/char-upper.c +++ b/ucw/char-upper.c @@ -7,9 +7,10 @@ * of the GNU Lesser General Public License. */ +#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