X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-lower.c;h=91ff8aa23c5ad534751bc153ba4ff63d912538bd;hb=1d1ad8ec79322a5730cbce4440670dfcedb67fd8;hp=700ae370a8a92144cfffc5277095b72b4a8c8402;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/char-lower.c b/ucw/char-lower.c index 700ae370..91ff8aa2 100644 --- a/ucw/char-lower.c +++ b/ucw/char-lower.c @@ -7,9 +7,10 @@ * of the GNU Lesser General Public License. */ +#include "ucw/lib.h" #include "ucw/chartype.h" -const unsigned char _c_lower[256] = { +const byte _c_lower[256] = { #define CHAR(code,upper,lower,cat) lower, #include "ucw/char-map.h" #undef CHAR