X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Funicat.h;h=bb0cf889e593f9d4ac0faddc10e4a2c249a96ca8;hb=d9c55a4d021b4a317a25f14f89468d62592aae0b;hp=a8b8d61e675bbb6d0ea2578b495897154e55b89f;hpb=87042bd667431f65ea838e70f80d915821380ff9;p=libucw.git diff --git a/charset/unicat.h b/charset/unicat.h index a8b8d61e..bb0cf889 100644 --- a/charset/unicat.h +++ b/charset/unicat.h @@ -10,6 +10,14 @@ #ifndef _CHARSET_UNICAT_H #define _CHARSET_UNICAT_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define Uexpand_lig ucw_Uexpand_lig +#define _U_cat ucw__U_cat +#define _U_lower ucw__U_lower +#define _U_unaccent ucw__U_unaccent +#define _U_upper ucw__U_upper +#endif + extern const byte *_U_cat[]; extern const u16 *_U_upper[], *_U_lower[], *_U_unaccent[];