]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Avoid possible error from libintl.h in C++ mode.
authorBruno Haible <bruno@clisp.org>
Thu, 28 Nov 2024 12:56:16 +0000 (13:56 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 28 Nov 2024 13:02:12 +0000 (14:02 +0100)
commite822f894b4f8979305b34b3a21ee55bfa0cb66c9
treea034a79f6b8fd2ed15ae9fb2ec2f1225bf44c107
parentd897bcbd98453f43c75fb21cb01730e07729c602
intl: Avoid possible error from libintl.h in C++ mode.

* gettext-runtime/intl/libgnuintl.in.h (gettext, dgettext, dcgettext, ngettext,
dngettext, dcngettext, textdomain, bindtextdomain, wbindtextdomain,
bind_textdomain_codeset): In the _INTL_REDIRECT_INLINE redirects, in C++ mode,
avoid a compilation error if the function is globally declared in some .h file.
gettext-runtime/intl/libgnuintl.in.h