]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: Fix compilation error from previous commit.
authorBruno Haible <bruno@clisp.org>
Sat, 30 Sep 2023 19:44:26 +0000 (21:44 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 30 Sep 2023 22:36:55 +0000 (00:36 +0200)
* gettext-runtime/intl/hash-string.h (attribute_hidden): Add fallback
definition.

gettext-runtime/intl/hash-string.h

index 2c9029b4087c7f57dc4f387d2bfded9e35a6f2c7..17ef30c363559619f472697014ab35ceb4b138e8 100644 (file)
 
 /* @@ end of prolog @@ */
 
+#ifndef attribute_hidden
+# define attribute_hidden
+#endif
+
 /* We assume to have `unsigned long int' value with at least 32 bits.  */
 #define HASHWORDBITS 32