]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ff-unicode.h
Opt: Documented opt and its interaction with conf
[libucw.git] / ucw / ff-unicode.h
index fc510f6f76491116fdf4c61807f987bad822f61f..4570d3baf2a359f24d8f3362e053beead6c16654 100644 (file)
 #include <ucw/fastbuf.h>
 #include <ucw/unicode.h>
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define bget_utf16_be_slow ucw_bget_utf16_be_slow
+#define bget_utf16_le_slow ucw_bget_utf16_le_slow
+#define bget_utf8_32_slow ucw_bget_utf8_32_slow
+#define bget_utf8_slow ucw_bget_utf8_slow
+#define bput_utf16_be_slow ucw_bput_utf16_be_slow
+#define bput_utf16_le_slow ucw_bput_utf16_le_slow
+#define bput_utf8_32_slow ucw_bput_utf8_32_slow
+#define bput_utf8_slow ucw_bput_utf8_slow
+#endif
+
 /* ** UTF-8 ** */
 
 int bget_utf8_slow(struct fastbuf *b, uns repl);