Enable locale support in strtod() and dtoa().

Noticed by:	ache
Reviewed by:	mike (mentor)
This commit is contained in:
David Schultz 2003-03-19 20:25:45 +00:00
parent e8b59c3f5d
commit 1dd3a3db1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112418

View File

@ -203,6 +203,7 @@ extern Char *MALLOC ANSI((size_t));
#endif
#define INFNAN_CHECK
#define USE_LOCALE
#undef IEEE_Arith
#undef Avoid_Underflow