]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str_ctype.c
`buckettools -c' now uses fastbufs for output.
[libucw.git] / lib / str_ctype.c
index 73c00c0ef070fe49d8c5afde0884e77b3d7f368d..9987f09fd6fd222015e2f326a1f1f137ce83ba6a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     Sherlock Library -- Character Classes
  *
 /*
  *     Sherlock Library -- Character Classes
  *
- *     (c) 1998 Martin Mares <mj@ucw.cz>
+ *     (c) 1998--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.
  *
  *     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] = {
 #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
 };
 #include "lib/charmap.h"
 #undef CHAR
 };