diff options
author | David Schultz <das@FreeBSD.org> | 2003-03-19 20:25:45 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2003-03-19 20:25:45 +0000 |
commit | 1dd3a3db1dafb352e134228b041c2105358f9c39 (patch) | |
tree | c8957f94cfdcdc4f666d7839316726aed2b67f15 /contrib/gdtoa | |
parent | e8b59c3f5defe61b000d83fd915ba86eb5c77f4f (diff) |
Enable locale support in strtod() and dtoa().
Noticed by: ache
Reviewed by: mike (mentor)
Notes
Notes:
svn path=/head/; revision=112418
Diffstat (limited to 'contrib/gdtoa')
-rw-r--r-- | contrib/gdtoa/gdtoaimp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gdtoa/gdtoaimp.h b/contrib/gdtoa/gdtoaimp.h index 76a1ea2c2f36..105a657e968f 100644 --- a/contrib/gdtoa/gdtoaimp.h +++ b/contrib/gdtoa/gdtoaimp.h @@ -203,6 +203,7 @@ extern Char *MALLOC ANSI((size_t)); #endif #define INFNAN_CHECK +#define USE_LOCALE #undef IEEE_Arith #undef Avoid_Underflow |