]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str_ctype.c
Rewritten shake down of bucket file.
[libucw.git] / lib / str_ctype.c
index fa7192065af18406c562c01cfcfa4fd0ad2b5533..73c00c0ef070fe49d8c5afde0884e77b3d7f368d 100644 (file)
@@ -1,13 +1,16 @@
 /*
  *     Sherlock Library -- Character Classes
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1998 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 "string.h"
+#include "lib/chartype.h"
 
-unsigned char _c_cat[256] = {
+const unsigned char _c_cat[256] = {
 #define CHAR(code,upper,unacc,acc,cat) cat,
-#include "charmap.h"
+#include "lib/charmap.h"
 #undef CHAR
 };