]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str_ctype.c
Unfortunately, libraries with public API need an extra rule for their .pc.
[libucw.git] / lib / str_ctype.c
index 45d7191d94c30230a73d61a376f9bbc7abdb483c..2857d8e4e094be4ea46503979e1361a99cb2f6ee 100644 (file)
@@ -1,13 +1,16 @@
 /*
 /*
- *     Sherlock Library -- Character Classes
+ *     UCW Library -- Character Classes
  *
  *
- *     (c) 1998 Martin Mares, <mj@atrey.karlin.mff.cuni.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.
  */
 
 #include "lib/chartype.h"
 
  */
 
 #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
 };
 #include "lib/charmap.h"
 #undef CHAR
 };