We don't support any floating point types larger than double on

powerpc, so DECIMAL_DIG should be 17.
This commit is contained in:
das 2011-01-09 06:05:22 +00:00
parent 404cc61926
commit b0da71a682

View File

@ -48,7 +48,7 @@ __END_DECLS
#define FLT_RADIX 2 /* b */
#if __ISO_C_VISIBLE >= 1999
#define FLT_EVAL_METHOD 1 /* operands promoted to double */
#define DECIMAL_DIG 35 /* max precision in decimal digits */
#define DECIMAL_DIG 17 /* max precision in decimal digits */
#endif
#define FLT_MANT_DIG 24 /* p */