ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de> * java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390. From-SVN: r52874
This commit is contained in:
parent
22bcf65c52
commit
f736fd67c0
2 changed files with 8 additions and 0 deletions
|
@ -126,6 +126,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __s390__
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifndef __IEEE_BIG_ENDIAN
|
||||
#ifndef __IEEE_LITTLE_ENDIAN
|
||||
#error Endianess not declared!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue