Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gdtoa/gdtoaimp.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/lib/libc/gdtoa/gdtoaimp.h 2011/03/21 04:52:09 1.10 +++ src/lib/libc/gdtoa/gdtoaimp.h 2011/03/21 22:33:29 1.11 @@ -1,4 +1,4 @@ -/* $NetBSD: gdtoaimp.h,v 1.10 2011/03/21 04:52:09 christos Exp $ */ +/* $NetBSD: gdtoaimp.h,v 1.11 2011/03/21 22:33:29 christos Exp $ */ /**************************************************************** @@ -406,6 +406,7 @@ typedef union { double d; ULong L[2]; } #define Exp_mask 0x7f80 #define P 56 #define Bias 129 +#define Emin (-127) /* XXX: Check this */ #define Exp_1 0x40800000 #define Exp_11 0x4080 #define Ebits 8