From 1dd3a3db1dafb352e134228b041c2105358f9c39 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Wed, 19 Mar 2003 20:25:45 +0000 Subject: [PATCH] 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 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