From cfb004fe959c0ce2e32c72351c5b39514dec8042 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 19 Mar 2003 20:25:45 +0000 Subject: Enable locale support in strtod() and dtoa(). Noticed by: ache Reviewed by: mike (mentor) --- contrib/gdtoa/gdtoaimp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/gdtoa/gdtoaimp.h b/contrib/gdtoa/gdtoaimp.h index 76a1ea2..105a657 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 -- cgit v1.1