Oops, back out previous commit since it was to the wrong file.

This commit is contained in:
Bruce Evans 2008-03-05 11:17:20 +00:00
parent 69c0326e8c
commit 021dfaf077
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176826

View File

@ -66,14 +66,13 @@ __END_DECLS
#define DBL_MAX 1.7976931348623157E+308
#define DBL_MAX_10_EXP 308
#define LDBL_MANT_DIG DBL_MANT_DIG
#define LDBL_EPSILON DBL_EPSILON
#define LDBL_MANT_DIG 64
#define LDBL_EPSILON 1.0842021724855044340E-19L
#define LDBL_DIG 18
#define LDBL_MIN_EXP (-16381)
#define LDBL_MIN 3.36210314311209350626E-4932L
#define LDBL_MIN 3.3621031431120935063E-4932L
#define LDBL_MIN_10_EXP (-4931)
#define LDBL_MAX_EXP 16384
#define LDBL_MAX 1.18973149535723163300E+4932L
#define LDBL_MAX 1.1897314953572317650E+4932L
#define LDBL_MAX_10_EXP 4932
#endif /* _MACHINE_FLOAT_H_ */