diff options
Diffstat (limited to 'sys/arch/m68k/include/float.h')
-rw-r--r-- | sys/arch/m68k/include/float.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/float.h b/sys/arch/m68k/include/float.h index 114cb739c79..cf252b96b1b 100644 --- a/sys/arch/m68k/include/float.h +++ b/sys/arch/m68k/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.5 2003/06/02 23:27:48 millert Exp $ */ +/* $OpenBSD: float.h,v 1.6 2008/07/21 20:50:54 martynas Exp $ */ /* $NetBSD: float.h,v 1.10 1995/06/20 20:45:41 jtc Exp $ */ /* @@ -43,6 +43,7 @@ __END_DECLS #define FLT_RADIX 2 /* b */ #define FLT_ROUNDS __flt_rounds() +#define FLT_EVAL_METHOD 2 /* long double */ #define FLT_MANT_DIG 24 /* p */ #define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ |