]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-upper.c
Updated years in all README's.
[libucw.git] / ucw / char-upper.c
index 9b08809fef9b7889c882b9322fb7548c76866847..53846d79cfabafa8d63103cd1964756d85128c2f 100644 (file)
@@ -7,9 +7,10 @@
  *     of the GNU Lesser General Public License.
  */
 
+#include "ucw/lib.h"
 #include "ucw/chartype.h"
 
-const unsigned char _c_upper[256] = {
+const byte _c_upper[256] = {
 #define CHAR(code,upper,lower,cat) upper,
 #include "ucw/char-map.h"
 #undef CHAR