]> git.ipfire.org Git - thirdparty/gettext.git/commit
libgettextpo: Fix compilation error on Android.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Sep 2023 15:49:23 +0000 (17:49 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Sep 2023 02:11:21 +0000 (04:11 +0200)
commitc3e3868fbf419792365d169037162c9cc4ba8743
tree7a62a9b3a340f3979d6a6426de71754b6e959c28
parent2873355efb20e738aa8c8c5c12fd2403d95474ce
libgettextpo: Fix compilation error on Android.

* gettext-tools/libgettextpo/gettext-po.c: Include error.h second.
(orig_error, orig_error_at_line): New variables.
(error, error_at_line): Undefine afterwards.
(po_file_read_v2, po_file_write, po_error_logger, po_message_check_format): Use
these variables instead of the error, error_at_line symbols.
gettext-tools/libgettextpo/gettext-po.c