diff options
Diffstat (limited to 'gcc/real.c')
| -rw-r--r-- | gcc/real.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -141,10 +141,12 @@ unknown arithmetic type #define VAX_HALFWORD_ORDER 1 #endif #else -#if defined(IBM) && !REAL_WORDS_BIG_ENDIAN +#if defined(IBM) +#if !REAL_WORDS_BIG_ENDIAN #error "Little-endian representations are not supported for IBM." #endif #endif +#endif #if defined(DEC) && !defined (TARGET_G_FLOAT) #define TARGET_G_FLOAT 0 |
