]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-upper.c
URLs: Fixed some broken comparisons of possibly signed chars.
[libucw.git] / ucw / char-upper.c
index 3b8d3171f6dc5e5f076bd924922025f7dc3570fa..53846d79cfabafa8d63103cd1964756d85128c2f 100644 (file)
@@ -10,7 +10,7 @@
 #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