Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/include Don't define __HAVE_LONG_DOUBLE for __...



details:   https://anonhg.NetBSD.org/src/rev/5d506ce170fe
branches:  trunk
changeset: 554605:5d506ce170fe
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Oct 30 13:18:24 2003 +0000

description:
Don't define __HAVE_LONG_DOUBLE for __mc68010__.

diffstat:

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

diffs (11 lines):

diff -r 830462c8e5b7 -r 5d506ce170fe sys/arch/m68k/include/math.h
--- a/sys/arch/m68k/include/math.h      Thu Oct 30 12:59:23 2003 +0000
+++ b/sys/arch/m68k/include/math.h      Thu Oct 30 13:18:24 2003 +0000
@@ -1,4 +1,6 @@
-/*     $NetBSD: math.h,v 1.5 2003/10/28 00:55:28 kleink Exp $  */
+/*     $NetBSD: math.h,v 1.6 2003/10/30 13:18:24 kleink Exp $  */
 
+#ifndef __mc68010__
 #define        __HAVE_LONG_DOUBLE
+#endif
 #define        __HAVE_NANF



Home | Main Index | Thread Index | Old Index