Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen G/c __nanf2, which is neither being used nor th...
details: https://anonhg.NetBSD.org/src/rev/5d8220471054
branches: trunk
changeset: 553917:5d8220471054
user: kleink <kleink%NetBSD.org@localhost>
date: Wed Oct 22 23:50:47 2003 +0000
description:
G/c __nanf2, which is neither being used nor the representation of a NaN.
diffstat:
lib/libc/gen/nanf_ieee754.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 1fb62f796084 -r 5d8220471054 lib/libc/gen/nanf_ieee754.c
--- a/lib/libc/gen/nanf_ieee754.c Wed Oct 22 22:51:36 2003 +0000
+++ b/lib/libc/gen/nanf_ieee754.c Wed Oct 22 23:50:47 2003 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: nanf_ieee754.c,v 1.1 2003/05/12 15:15:16 kleink Exp $ */
+/* $NetBSD: nanf_ieee754.c,v 1.2 2003/10/22 23:50:47 kleink Exp $ */
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: nanf_ieee754.c,v 1.1 2003/05/12 15:15:16 kleink Exp $");
+__RCSID("$NetBSD: nanf_ieee754.c,v 1.2 2003/10/22 23:50:47 kleink Exp $");
#endif /* LIBC_SCCS and not lint */
#include <math.h>
@@ -15,4 +15,3 @@
#else
{ { 0, 0, 0xc0, 0x7f } };
#endif
-const union __float_u __nanf2 = {{ 0, 0, 0, 0}};
Home |
Main Index |
Thread Index |
Old Index