X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr_ctype.c;h=9987f09fd6fd222015e2f326a1f1f137ce83ba6a;hb=997624f88f37bec5cb96cf9fc3b3cac05ccc6ed8;hp=f92fd3dfbae9d763f948ee67a9c356da3d63d035;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/str_ctype.c b/lib/str_ctype.c index f92fd3df..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. @@ -9,8 +9,8 @@ #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 };