From 7b5c86e243a7d7d2c66feb334358ab03a5c13243 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Jan 2014 13:57:27 +0100 Subject: [PATCH] ABI: Rename internal tables of libcharset --- charset/unicat.h | 4 ++++ tools/libucw.api | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.39.5