diff options
Diffstat (limited to 'sysdeps/i386/bits/huge_val.h')
-rw-r--r-- | sysdeps/i386/bits/huge_val.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/i386/bits/huge_val.h b/sysdeps/i386/bits/huge_val.h index 65e500b47d..966cb2446f 100644 --- a/sysdeps/i386/bits/huge_val.h +++ b/sysdeps/i386/bits/huge_val.h @@ -42,9 +42,9 @@ static __huge_val_t __huge_val = { __HUGE_VAL_bytes }; #endif /* GCC 2.95 */ -/* ISO C 9X extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */ +/* ISO C99 extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */ -#ifdef __USE_ISOC9X +#ifdef __USE_ISOC99 # if __GNUC_PREREQ(2,95) @@ -78,4 +78,4 @@ static __huge_vall_t __huge_vall = { __HUGE_VALL_bytes }; # endif /* GCC 2.95 */ -#endif /* __USE_ISOC9X. */ +#endif /* __USE_ISOC99. */ |