X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr_ctype.c;h=2857d8e4e094be4ea46503979e1361a99cb2f6ee;hb=231e128f91f6cc7f23f5d2392dffaa7857f1dcfa;hp=73c00c0ef070fe49d8c5afde0884e77b3d7f368d;hpb=b27eca618acf30cf59bedc41d0d099cf6f3e28b2;p=libucw.git diff --git a/lib/str_ctype.c b/lib/str_ctype.c index 73c00c0e..2857d8e4 100644 --- a/lib/str_ctype.c +++ b/lib/str_ctype.c @@ -1,7 +1,7 @@ /* - * Sherlock Library -- Character Classes + * UCW Library -- Character Classes * - * (c) 1998 Martin Mares + * (c) 1998--2004 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -10,7 +10,7 @@ #include "lib/chartype.h" const unsigned char _c_cat[256] = { -#define CHAR(code,upper,unacc,acc,cat) cat, +#define CHAR(code,upper,lower,cat) cat, #include "lib/charmap.h" #undef CHAR };