X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstr_ctype.c;h=9987f09fd6fd222015e2f326a1f1f137ce83ba6a;hb=2cbdeacdc8f0fb3f4252c72a24407afba5788a6b;hp=73c00c0ef070fe49d8c5afde0884e77b3d7f368d;hpb=b27eca618acf30cf59bedc41d0d099cf6f3e28b2;p=libucw.git diff --git a/lib/str_ctype.c b/lib/str_ctype.c index 73c00c0e..9987f09f 100644 --- a/lib/str_ctype.c +++ b/lib/str_ctype.c @@ -1,7 +1,7 @@ /* * Sherlock 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 };