From: Bruno Haible Date: Wed, 24 Jun 2026 17:23:56 +0000 (+0200) Subject: Update after gnulib changed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140464e480dbdd850d765266b6b1d3f66ff3ae0a;p=thirdparty%2Fgettext.git Update after gnulib changed. * gettext-runtime/intl/setlocale.c: Mention that gl_locale_name_from_win32_LANGID is now defined in localename-unsafe.c instead of localename.c. --- diff --git a/gettext-runtime/intl/setlocale.c b/gettext-runtime/intl/setlocale.c index ec1314c85..157fc0ce4 100644 --- a/gettext-runtime/intl/setlocale.c +++ b/gettext-runtime/intl/setlocale.c @@ -24,7 +24,7 @@ requested (locale = "") and no relevant environment variable is set, the locale chosen by the user is used. This matters on MacOS X 10 and Windows. - See the comments in localename.c, function gl_locale_name_default. */ + See the comments in localename-unsafe.c, function gl_locale_name_default. */ /* Specification. */ #include @@ -286,7 +286,7 @@ category_to_name (int category) /* Table from ISO 639 language code, optionally with country or script suffix, to English name. Keep in sync with the gl_locale_name_from_win32_LANGID function in - localename.c! */ + localename-unsafe.c! */ struct table_entry { const char *code; @@ -463,7 +463,7 @@ static const struct table_entry language_table[] = /* Table from ISO 3166 country code to English name. Keep in sync with the gl_locale_name_from_win32_LANGID function in - localename.c! */ + localename-unsafe.c! */ static const struct table_entry country_table[] = { { "AE", "U.A.E." },