]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Simplify function prefixes.
authorBruno Haible <bruno@clisp.org>
Sat, 11 Feb 2023 22:56:19 +0000 (23:56 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 12 Feb 2023 21:22:14 +0000 (22:22 +0100)
commit2ee6480ef102506c88a04a04a61b51a0ca76cf69
tree9ab66a15c95d5d3d2c238235c5dc2f2f4dad91a4
parent8443eccd807c327a9cd80601bba2d3ade9ed8323
intl: Simplify function prefixes.

* gettext-runtime/intl/configure.ac: Remove macro definitions of
_nl_locale_name_canonicalize, _nl_locale_name_from_win32_LANGID,
_nl_locale_name_from_win32_LCID, _nl_locale_name_thread_unsafe,
_nl_locale_name_posix, _nl_locale_name_default.
* gettext-runtime/intl/gettextP.h: Update declarations.
* gettext-runtime/intl/langprefs.c: Likewise.
(_nl_language_preferences_win32_mui, _nl_language_preferences_win32_ME,
_nl_language_preferences_win32_95, _nl_language_preferences_default): Use
gl_ prefixed symbols instead.
* gettext-runtime/intl/dcigettext.c (DCIGETTEXT, guess_category_value):
Likewise.
gettext-runtime/intl/configure.ac
gettext-runtime/intl/dcigettext.c
gettext-runtime/intl/gettextP.h
gettext-runtime/intl/langprefs.c