X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstr_ctype.c;h=2857d8e4e094be4ea46503979e1361a99cb2f6ee;hb=580fd9c443c2a4faba5a703d49f366de5d3968c9;hp=45d7191d94c30230a73d61a376f9bbc7abdb483c;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/str_ctype.c b/lib/str_ctype.c index 45d7191d..2857d8e4 100644 --- a/lib/str_ctype.c +++ b/lib/str_ctype.c @@ -1,13 +1,16 @@ /* - * 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. */ #include "lib/chartype.h" -unsigned char _c_cat[256] = { -#define CHAR(code,upper,unacc,acc,cat) cat, +const unsigned char _c_cat[256] = { +#define CHAR(code,upper,lower,cat) cat, #include "lib/charmap.h" #undef CHAR };