]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toligatures.c
Auto-tune radix-sort width according to CPU type.
[libucw.git] / charset / toligatures.c
index d5f8425230abdb959a22aee7993ebfa661cea207..5fc9d07527f3d7131ecd85267b24ff177bbf4c8a 100644 (file)
@@ -8,10 +8,10 @@
  */
 
 #include "lib/lib.h"
-#include "charset/unicode.h"
+#include "charset/unicat.h"
 #include "charset/U-ligatures.h"
 
-const word *
+const u16 *
 Uexpand_lig(uns x)
 {
   return _U_lig_hash[x % LIG_HASH_SIZE];