X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstr_ctype.c;h=0f715e94d781256dd76428a98854b34f256c7a35;hb=995458e48d482bd5fa349882fba5cb4d6350076d;hp=fa7192065af18406c562c01cfcfa4fd0ad2b5533;hpb=03846211ba84582b133a985200502a39462dfe66;p=libucw.git diff --git a/lib/str_ctype.c b/lib/str_ctype.c index fa719206..0f715e94 100644 --- a/lib/str_ctype.c +++ b/lib/str_ctype.c @@ -1,13 +1,13 @@ /* * Sherlock Library -- Character Classes * - * (c) 1997 Martin Mares, + * (c) 1998 Martin Mares */ -#include "string.h" +#include "lib/chartype.h" unsigned char _c_cat[256] = { #define CHAR(code,upper,unacc,acc,cat) cat, -#include "charmap.h" +#include "lib/charmap.h" #undef CHAR };