X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ftoligatures.c;h=8cb5c0f0c35209ed162b5cb9fe9e5b9d55696bba;hb=6912c77a66798de162fe31f79581cd7b5c97f12c;hp=d5f8425230abdb959a22aee7993ebfa661cea207;hpb=2765481cdddd496e08cf7bc1288cdf3173074eb8;p=libucw.git diff --git a/charset/toligatures.c b/charset/toligatures.c index d5f84252..8cb5c0f0 100644 --- a/charset/toligatures.c +++ b/charset/toligatures.c @@ -7,12 +7,12 @@ * of the GNU Lesser General Public License. */ -#include "lib/lib.h" -#include "charset/unicode.h" -#include "charset/U-ligatures.h" +#include +#include +#include -const word * -Uexpand_lig(uns x) +const u16 * +Uexpand_lig(uint x) { return _U_lig_hash[x % LIG_HASH_SIZE]; }