X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr_upper.c;h=e527956e41b36bcbae26bc5fb6059d2189e2a1b2;hb=5635c7575119dffacda891b3f59bf3d2b839e455;hp=4253b88172b5dde3eb510cd680b3039a5c23b93f;hpb=b27eca618acf30cf59bedc41d0d099cf6f3e28b2;p=libucw.git diff --git a/lib/str_upper.c b/lib/str_upper.c index 4253b881..e527956e 100644 --- a/lib/str_upper.c +++ b/lib/str_upper.c @@ -1,7 +1,7 @@ /* - * Sherlock Library -- Uppercase Map + * UCW Library -- Uppercase Map * - * (c) 1997 Martin Mares + * (c) 1997--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_upper[256] = { -#define CHAR(code,upper,unacc,acc,cat) upper, +#define CHAR(code,upper,lower,cat) upper, #include "lib/charmap.h" #undef CHAR };