diff options
Diffstat (limited to 'sysdeps/sparc/fpu')
-rw-r--r-- | sysdeps/sparc/fpu/bits/mathinline.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/sparc/fpu/bits/mathinline.h b/sysdeps/sparc/fpu/bits/mathinline.h index 734ff0590d..fcbcf41f67 100644 --- a/sysdeps/sparc/fpu/bits/mathinline.h +++ b/sysdeps/sparc/fpu/bits/mathinline.h @@ -1,5 +1,5 @@ /* Inline math functions for SPARC. - Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>. @@ -24,7 +24,9 @@ #include <bits/wordsize.h> -#if defined __USE_ISOC99 && defined __GNUC__ && !__GNUC_PREREQ(3,0) +#ifdef __GNUC__ + +#if defined __USE_ISOC99 && !__GNUC_PREREQ(3,0) # undef isgreater # undef isgreaterequal # undef isless |