From: Bruno Haible Date: Wed, 24 Jan 2001 19:06:27 +0000 (+0000) Subject: Work around a Cray compiler bug, reported by Alan Iwi. X-Git-Tag: v0.10.36~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945fe8d897723f1aea20c343b46026a23557e6b4;p=thirdparty%2Fgettext.git Work around a Cray compiler bug, reported by Alan Iwi. --- diff --git a/intl/ChangeLog b/intl/ChangeLog index 581b8d47b..76fcde25d 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,8 @@ +2001-01-24 Bruno Haible + + * gettextP.h (SWAP): Remove declaration, to work around a compilation + failure on alphaev5-cray-unicosmk2.0.5.X. + 2001-01-15 Bruno Haible * dcigettext.c (_nl_find_msg): Cast the second iconv() arg, to avoid diff --git a/intl/gettextP.h b/intl/gettextP.h index 4505058b8..fe12fce12 100644 --- a/intl/gettextP.h +++ b/intl/gettextP.h @@ -62,8 +62,6 @@ # include # define SWAP(i) bswap_32 (i) #else -static nls_uint32 SWAP PARAMS ((nls_uint32 i)); - static inline nls_uint32 SWAP (i) nls_uint32 i;