Use __GNUC_PREREQ.
authorUlrich Drepper <drepper@redhat.com>
Sat, 19 Jun 1999 09:57:23 +0000 (09:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 19 Jun 1999 09:57:23 +0000 (09:57 +0000)
sysdeps/alpha/fpu/bits/mathinline.h

index 681ea70..9207d52 100644 (file)
@@ -75,7 +75,7 @@ __inline_copysign(copysign, double)
 #undef __MATH_INLINE_copysign
 
 
-#if defined __GNUC__ && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
+#if __GNUC_PREREQ (2, 8)
 __MATH_INLINE float __fabsf (float __x) { return __builtin_fabsf (__x); }
 __MATH_INLINE float fabsf (float __x) { return __builtin_fabsf (__x); }
 __MATH_INLINE double __fabs (double __x) { return __builtin_fabs (__x); }