]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str_upper.c
actually, the number of runs is halved during each pass, so take it into
[libucw.git] / lib / str_upper.c
index 4253b88172b5dde3eb510cd680b3039a5c23b93f..062b60d161f7a7cecda99d267ed734493ebae9b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     Sherlock Library -- Uppercase Map
  *
- *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
  *     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
 };