summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-04-25 02:32:46 +0000
committerdas <das@FreeBSD.org>2004-04-25 02:32:46 +0000
commit1e626ef3b4f847c6f889cff7f14c6987776f2004 (patch)
tree955ce6295ec138450bdcf3e2d11c27cbac7bdca4 /lib/msun
parent6d55bbb3f6b309aec8823a085790274d3b9183ab (diff)
downloadFreeBSD-src-1e626ef3b4f847c6f889cff7f14c6987776f2004.zip
FreeBSD-src-1e626ef3b4f847c6f889cff7f14c6987776f2004.tar.gz
Remove a stale comment referring to values.h, which has never been
part of FreeBSD. PR: 65939
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/math.h7
1 files changed, 1 insertions, 6 deletions
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 <values.h>
- * (one may replace the following line by "#include <values.h>")
- */
-
-#define X_TLOSS 1.41484755040568800000e+16
+#define X_TLOSS 1.41484755040568800000e+16 /* pi*2**52 */
#define DOMAIN 1
#define SING 2
OpenPOWER on IntegriCloud