From: Bruno Haible Date: Sat, 30 Sep 2023 19:44:26 +0000 (+0200) Subject: intl: Fix compilation error from previous commit. X-Git-Tag: v0.23~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78f1b7746abd60182ea0b4d71a82b622ad8c50b;p=thirdparty%2Fgettext.git intl: Fix compilation error from previous commit. * gettext-runtime/intl/hash-string.h (attribute_hidden): Add fallback definition. --- diff --git a/gettext-runtime/intl/hash-string.h b/gettext-runtime/intl/hash-string.h index 2c9029b40..17ef30c36 100644 --- a/gettext-runtime/intl/hash-string.h +++ b/gettext-runtime/intl/hash-string.h @@ -16,6 +16,10 @@ /* @@ 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