From 1e626ef3b4f847c6f889cff7f14c6987776f2004 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 25 Apr 2004 02:32:46 +0000 Subject: Remove a stale comment referring to values.h, which has never been part of FreeBSD. PR: 65939 --- lib/msun/src/math.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/msun') diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 842793b..649b207 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -136,12 +136,7 @@ struct exception { #define HUGE MAXFLOAT #endif -/* - * set X_TLOSS = pi*2**52, which is possibly defined in - * (one may replace the following line by "#include ") - */ - -#define X_TLOSS 1.41484755040568800000e+16 +#define X_TLOSS 1.41484755040568800000e+16 /* pi*2**52 */ #define DOMAIN 1 #define SING 2 -- cgit v1.1