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
This commit is contained in:
Tom Tromey 2002-01-02 15:58:39 +00:00 committed by Tom Tromey
parent 40e593d781
commit 95574a4c76
2 changed files with 6 additions and 1 deletions

View file

@ -96,7 +96,7 @@
#define __IEEE_LITTLE_ENDIAN
#endif
#ifdef __PPC__
#if defined (__PPC__) || defined (__ppc__)
#if (defined(_BIG_ENDIAN) && _BIG_ENDIAN) || (defined(_AIX) && _AIX) \
|| defined (__APPLE__)
#define __IEEE_BIG_ENDIAN