> 2023-02-11 Bruno Haible
>
> unilbrk: Don't compile unused functions outside of libunistring.
> * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks): Don't
> compile outside of libunistring.
Oops, this patch broke the unit tests:
/tmp
Some functions that were only meant for backward compatibility with older
libunistring versions were compiled into libgettextpo. Worse, these symbols
were also exported from libgettextpo. This patch fixes it.
2023-02-11 Bruno Haible
unilbrk: Don't compile unused functions outsi