Revision fc81ba53 fpu/softfloat-native.h

b/fpu/softfloat-native.h
15 15
 *   Solaris 10 with GCC4 does not need these macros as they
16 16
 *   are defined in <iso/math_c99.h> with a compiler directive
17 17
 */
18
#if defined(HOST_SOLARIS) && (( HOST_SOLARIS <= 9 ) || ( ( HOST_SOLARIS >= 10 ) && ( __GNUC__ <= 4) ))
18
#if defined(HOST_SOLARIS) && (( HOST_SOLARIS <= 9 ) || ((HOST_SOLARIS >= 10) && (__GNUC__ <= 4)))
19 19
/*
20 20
 * C99 7.12.3 classification macros
21 21
 * and

Also available in: Unified diff