]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER.
authorUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 1999 23:52:33 +0000 (23:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 1999 23:52:33 +0000 (23:52 +0000)
sunrpc/xdr_float.c

index 2e1e37f0a271c988099cba9208bfa504646b2bb1..0a7d9707d5993ec8c2fb6d6394002517afa8a226 100644 (file)
@@ -52,7 +52,7 @@ static char sccsid[] = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";
  * This routine works on Suns (Sky / 68000's) and Vaxen.
  */
 
-#define LSW    (__BYTE_ORDER == __BIG_ENDIAN)
+#define LSW    (__FLOAT_WORD_ORDER == __BIG_ENDIAN)
 
 #ifdef vax