diff options
| author | David Schultz <das@FreeBSD.org> | 2004-04-25 02:36:29 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2004-04-25 02:36:29 +0000 |
| commit | be3930682a6fa118fc919afa6daab79383429e5f (patch) | |
| tree | 308e2e55aa2f15d001563a139a0f3b3c45777f3e /sys/sparc64/include/float.h | |
| parent | 8f3f7c66d085b95d02f5074af5e030fd145a1166 (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include/float.h')
| -rw-r--r-- | sys/sparc64/include/float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h index 993d7aa253b7..6526c5f12e92 100644 --- a/sys/sparc64/include/float.h +++ b/sys/sparc64/include/float.h @@ -46,8 +46,10 @@ __END_DECLS #define FLT_RADIX 2 /* b */ #define FLT_ROUNDS __flt_rounds() +#if __ISO_C_VISIBLE >= 1999 #define FLT_EVAL_METHOD 0 /* no promotion */ #define DECIMAL_DIG 35 /* max precision in decimal digits */ +#endif #define FLT_MANT_DIG 24 /* p */ #define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ |
