]> git.ipfire.org Git - thirdparty/gettext.git/commit
libgettextpo: Remove static variable error_with_progname.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Aug 2024 17:19:26 +0000 (19:19 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Aug 2024 17:35:38 +0000 (19:35 +0200)
commit8bd6c8f7029d5d1962def24db0e620d50b8e97be
treeab4eb241c540f2e39af199193ff4b05d8a2bf2fa
parent9c449449d7ec8745e45172ebf435791f708b97df
libgettextpo: Remove static variable error_with_progname.

Inside libgettextpo, assignments to error_with_progname are undesired.
Outside libgettextpo, they are redundant.

* gettext-tools/src/read-po-lex.c: Don't include error-progname.h.
* gettext-tools/src/read-properties.c: Don't include error-progname.h.
(read_escaped_string): Remove assignments to error_with_progname.
* gettext-tools/src/read-stringtable.c: Don't include error-progname.h.
* gettext-tools/src/write-catalog.c: Don't include error-progname.h.
(msgdomain_list_print): Remove assignments to error_with_progname.
* autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Remove error-progname.
autogen.sh
gettext-tools/src/read-po-lex.c
gettext-tools/src/read-properties.c
gettext-tools/src/read-stringtable.c
gettext-tools/src/write-catalog.c