]> mj.ucw.cz Git - libucw.git/blobdiff - charset/unicat.h
ABI: Fix string.h
[libucw.git] / charset / unicat.h
index a8b8d61e675bbb6d0ea2578b495897154e55b89f..bb0cf889e593f9d4ac0faddc10e4a2c249a96ca8 100644 (file)
 #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[];