Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include FP_ILOGBNAN should be INT_MAX
details: https://anonhg.NetBSD.org/src/rev/2621abb54c6d
branches: trunk
changeset: 784849:2621abb54c6d
user: matt <matt%NetBSD.org@localhost>
date: Mon Feb 11 07:29:21 2013 +0000
description:
FP_ILOGBNAN should be INT_MAX
diffstat:
include/math.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 392f884a38e4 -r 2621abb54c6d include/math.h
--- a/include/math.h Mon Feb 11 04:57:22 2013 +0000
+++ b/include/math.h Mon Feb 11 07:29:21 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: math.h,v 1.60 2013/02/09 22:56:20 matt Exp $ */
+/* $NetBSD: math.h,v 1.61 2013/02/11 07:29:21 matt Exp $ */
/*
* ====================================================
@@ -118,7 +118,7 @@
#define _FP_HIMD 0xff
#define FP_ILOGB0 INT_MIN
-#define FP_ILOGBNAN INT_MIN
+#define FP_ILOGBNAN INT_MAX
#endif /* !_ANSI_SOURCE && ... */
Home |
Main Index |
Thread Index |
Old Index