Commit 95574a4c by Tom Tromey Committed by Tom Tromey

ieeefp.h: Fix bug in my hand-application of previous patch.

	* java/lang/ieeefp.h: Fix bug in my hand-application of previous
	patch.

From-SVN: r48475
parent 40e593d7
2002-01-02 Tom Tromey <tromey@redhat.com>
* java/lang/ieeefp.h: Fix bug in my hand-application of previous
patch.
2002-1-1 Andrew Pinski <pinskia@physics.uc.edu> 2002-1-1 Andrew Pinski <pinskia@physics.uc.edu>
* libjava/java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for * libjava/java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
#define __IEEE_LITTLE_ENDIAN #define __IEEE_LITTLE_ENDIAN
#endif #endif
#ifdef __PPC__ #if defined (__PPC__) || defined (__ppc__)
#if (defined(_BIG_ENDIAN) && _BIG_ENDIAN) || (defined(_AIX) && _AIX) \ #if (defined(_BIG_ENDIAN) && _BIG_ENDIAN) || (defined(_AIX) && _AIX) \
|| defined (__APPLE__) || defined (__APPLE__)
#define __IEEE_BIG_ENDIAN #define __IEEE_BIG_ENDIAN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment