From: Bruno Haible Date: Fri, 15 Sep 2023 21:09:49 +0000 (+0200) Subject: intl: Don't export libintl_hash_string. X-Git-Tag: v0.23~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4da98fb9fc262b7d5c85e2c6b7e23c4cea270e2;p=thirdparty%2Fgettext.git intl: Don't export libintl_hash_string. * gettext-runtime/intl/hash-string.h (__hash_string): Expand to _libintl_hash_string, not libintl_hash_string. --- diff --git a/gettext-runtime/intl/hash-string.h b/gettext-runtime/intl/hash-string.h index 911fc14cf..97bade5e4 100644 --- a/gettext-runtime/intl/hash-string.h +++ b/gettext-runtime/intl/hash-string.h @@ -1,5 +1,5 @@ /* Description of GNU message catalog format: string hashing function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -22,7 +22,7 @@ #ifndef _LIBC # ifdef IN_LIBINTL -# define __hash_string libintl_hash_string +# define __hash_string _libintl_hash_string # else # define __hash_string hash_string # endif