Module Name: src Committed By: matt Date: Mon Feb 11 07:29:21 UTC 2013
Modified Files: src/include: math.h Log Message: FP_ILOGBNAN should be INT_MAX To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/include/math.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/math.h diff -u src/include/math.h:1.60 src/include/math.h:1.61 --- src/include/math.h:1.60 Sat Feb 9 22:56:20 2013 +++ src/include/math.h Mon Feb 11 07:29:21 2013 @@ -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 @@ extern const union __float_u __nanf; #define _FP_HIMD 0xff #define FP_ILOGB0 INT_MIN -#define FP_ILOGBNAN INT_MIN +#define FP_ILOGBNAN INT_MAX #endif /* !_ANSI_SOURCE && ... */