Remove a stale comment referring to values.h, which has never been
part of FreeBSD. PR: 65939
This commit is contained in:
parent
490b9d88fa
commit
334c760eea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128627
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user