X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-cat.c;h=9ca8e75d9ef892675512f1672d70b054c264d8bd;hb=959566090f98dd31eaa67d3d5959b641e5fe902b;hp=5a984bea8bb5c19cbc3e221ce2d3321577b31f6d;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/char-cat.c b/ucw/char-cat.c index 5a984bea..9ca8e75d 100644 --- a/ucw/char-cat.c +++ b/ucw/char-cat.c @@ -7,10 +7,11 @@ * of the GNU Lesser General Public License. */ -#include "ucw/chartype.h" +#include +#include -const unsigned char _c_cat[256] = { +const byte ucw_c_cat[256] = { #define CHAR(code,upper,lower,cat) cat, -#include "ucw/char-map.h" +#include #undef CHAR };