]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Work around a Cray compiler bug, reported by Alan Iwi.
authorBruno Haible <bruno@clisp.org>
Wed, 24 Jan 2001 19:06:27 +0000 (19:06 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 24 Jan 2001 19:06:27 +0000 (19:06 +0000)
intl/ChangeLog
intl/gettextP.h

index 581b8d47b7738bd375ff6bd0bad7c3cf79c13950..76fcde25d24aaf5e17cef9474a8004b2d8f37ecd 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-24  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettextP.h (SWAP): Remove declaration, to work around a compilation
+       failure on alphaev5-cray-unicosmk2.0.5.X.
+
 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
 
        * dcigettext.c (_nl_find_msg): Cast the second iconv() arg, to avoid
index 4505058b8acb894437d20105d4b6f2efc795a72d..fe12fce125926af41b1c6a4c0f8ec2ba95a5e71d 100644 (file)
@@ -62,8 +62,6 @@
 # include <byteswap.h>
 # define SWAP(i) bswap_32 (i)
 #else
-static nls_uint32 SWAP PARAMS ((nls_uint32 i));
-
 static inline nls_uint32
 SWAP (i)
      nls_uint32 i;