diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-11 23:52:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-11 23:52:07 +0000 |
commit | 0d57f6957019317183e9e6d82dd587dc7bde48bf (patch) | |
tree | 424fba396d97fde8b89ed6819f0122c3d0ecd5f2 /sunrpc/xdr_float.c | |
parent | acf47bbeebc8ceefe62bb13325e03080bbeed74c (diff) | |
download | glibc-0d57f6957019317183e9e6d82dd587dc7bde48bf.tar.gz glibc-0d57f6957019317183e9e6d82dd587dc7bde48bf.tar.xz glibc-0d57f6957019317183e9e6d82dd587dc7bde48bf.zip |
Update.
1999-10-10 Philip Blundell <philb@gnu.org> * sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER.
Diffstat (limited to 'sunrpc/xdr_float.c')
-rw-r--r-- | sunrpc/xdr_float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/xdr_float.c b/sunrpc/xdr_float.c index 2e1e37f0a2..0a7d9707d5 100644 --- a/sunrpc/xdr_float.c +++ b/sunrpc/xdr_float.c @@ -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 |