]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: Don't export libintl_hash_string.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Sep 2023 21:09:49 +0000 (23:09 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 15 Sep 2023 21:09:49 +0000 (23:09 +0200)
* gettext-runtime/intl/hash-string.h (__hash_string): Expand to
_libintl_hash_string, not libintl_hash_string.

gettext-runtime/intl/hash-string.h

index 911fc14cf2bcf8a8508ad85af3525fd9fb257702..97bade5e41fad579ff45afd6437d1648a92e21ee 100644 (file)
@@ -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