Source-Changes-HG archive

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

[src/trunk]: src/sys/arch #define __HAVE_LONG_DOUBLE on platforms which imple...



details:   https://anonhg.NetBSD.org/src/rev/9120fc04751b
branches:  trunk
changeset: 554420:9120fc04751b
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Oct 28 00:55:28 2003 +0000

description:
#define __HAVE_LONG_DOUBLE on platforms which implement a distinct
`long double' type.

diffstat:

 sys/arch/hppa/include/math.h    |  3 ++-
 sys/arch/m68k/include/math.h    |  3 ++-
 sys/arch/sparc64/include/math.h |  3 ++-
 sys/arch/x86/include/math.h     |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 89ab407c52b5 -r 9120fc04751b sys/arch/hppa/include/math.h
--- a/sys/arch/hppa/include/math.h      Tue Oct 28 00:28:56 2003 +0000
+++ b/sys/arch/hppa/include/math.h      Tue Oct 28 00:55:28 2003 +0000
@@ -1,3 +1,4 @@
-/*     $NetBSD: math.h,v 1.4 2003/10/22 21:04:40 kleink Exp $  */
+/*     $NetBSD: math.h,v 1.5 2003/10/28 00:55:28 kleink Exp $  */
 
+#define        __HAVE_LONG_DOUBLE
 #define        __HAVE_NANF
diff -r 89ab407c52b5 -r 9120fc04751b sys/arch/m68k/include/math.h
--- a/sys/arch/m68k/include/math.h      Tue Oct 28 00:28:56 2003 +0000
+++ b/sys/arch/m68k/include/math.h      Tue Oct 28 00:55:28 2003 +0000
@@ -1,3 +1,4 @@
-/*     $NetBSD: math.h,v 1.4 2002/02/19 13:08:14 simonb Exp $  */
+/*     $NetBSD: math.h,v 1.5 2003/10/28 00:55:28 kleink Exp $  */
 
+#define        __HAVE_LONG_DOUBLE
 #define        __HAVE_NANF
diff -r 89ab407c52b5 -r 9120fc04751b sys/arch/sparc64/include/math.h
--- a/sys/arch/sparc64/include/math.h   Tue Oct 28 00:28:56 2003 +0000
+++ b/sys/arch/sparc64/include/math.h   Tue Oct 28 00:55:28 2003 +0000
@@ -1,3 +1,4 @@
-/*     $NetBSD: math.h,v 1.4 2002/02/19 13:08:15 simonb Exp $  */
+/*     $NetBSD: math.h,v 1.5 2003/10/28 00:55:28 kleink Exp $  */
 
+#define        __HAVE_LONG_DOUBLE
 #define        __HAVE_NANF
diff -r 89ab407c52b5 -r 9120fc04751b sys/arch/x86/include/math.h
--- a/sys/arch/x86/include/math.h       Tue Oct 28 00:28:56 2003 +0000
+++ b/sys/arch/x86/include/math.h       Tue Oct 28 00:55:28 2003 +0000
@@ -1,3 +1,4 @@
-/*     $NetBSD: math.h,v 1.1 2003/10/22 11:54:23 kleink Exp $  */
+/*     $NetBSD: math.h,v 1.2 2003/10/28 00:55:28 kleink Exp $  */
 
+#define        __HAVE_LONG_DOUBLE
 #define        __HAVE_NANF



Home | Main Index | Thread Index | Old Index