Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Override LDBL_MIN



details:   https://anonhg.NetBSD.org/src/rev/31967c678926
branches:  trunk
changeset: 546141:31967c678926
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 21 00:08:24 2003 +0000

description:
Override LDBL_MIN

diffstat:

 sys/arch/x86/include/float.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 3d9caec93afd -r 31967c678926 sys/arch/x86/include/float.h
--- a/sys/arch/x86/include/float.h      Mon Apr 21 00:07:25 2003 +0000
+++ b/sys/arch/x86/include/float.h      Mon Apr 21 00:08:24 2003 +0000
@@ -1,9 +1,10 @@
-/*     $NetBSD: float.h,v 1.2 2003/04/19 23:05:34 christos Exp $       */
+/*     $NetBSD: float.h,v 1.3 2003/04/21 00:08:24 christos Exp $       */
 
 #ifndef _X86_FLOAT_H_
 #define _X86_FLOAT_H_
 
 #define        LDBL_MANT_DIG   64
+#define LDBL_MIN       3.3621031431120935063E-4932L
 #include <sys/float_ieee.h>
 
 #endif /* _X86_FLOAT_H_ */



Home | Main Index | Thread Index | Old Index