From: Martin Mares Date: Fri, 3 Jan 2014 12:57:27 +0000 (+0100) Subject: ABI: Rename internal tables of libcharset X-Git-Tag: v5.99~50^2~11 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7b5c86e243a7d7d2c66feb334358ab03a5c13243;p=libucw.git ABI: Rename internal tables of libcharset --- diff --git a/charset/unicat.h b/charset/unicat.h index 482f08eb..bb0cf889 100644 --- a/charset/unicat.h +++ b/charset/unicat.h @@ -12,6 +12,10 @@ #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[]; diff --git a/tools/libucw.api b/tools/libucw.api index d3b9ad92..ef19072f 100644 --- a/tools/libucw.api +++ b/tools/libucw.api @@ -563,4 +563,8 @@ mp_strconv stk_strconv_init stk_strconv_step # charset/unicat.h +_U_cat +_U_upper +_U_lower +_U_unaccent Uexpand_lig