]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-lower.c
Main: Let main-block use HOOK_RETRY / HOOK_IDLE as suggested by the docs
[libucw.git] / ucw / char-lower.c
index 700ae370a8a92144cfffc5277095b72b4a8c8402..91ff8aa23c5ad534751bc153ba4ff63d912538bd 100644 (file)
@@ -7,9 +7,10 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
+#include "ucw/lib.h"
 #include "ucw/chartype.h"
 
 #include "ucw/chartype.h"
 
-const unsigned char _c_lower[256] = {
+const byte _c_lower[256] = {
 #define CHAR(code,upper,lower,cat) lower,
 #include "ucw/char-map.h"
 #undef CHAR
 #define CHAR(code,upper,lower,cat) lower,
 #include "ucw/char-map.h"
 #undef CHAR