summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2003-03-19 20:25:45 +0000
committerdas <das@FreeBSD.org>2003-03-19 20:25:45 +0000
commitcfb004fe959c0ce2e32c72351c5b39514dec8042 (patch)
treec8957f94cfdcdc4f666d7839316726aed2b67f15
parentafe8e24972beaff0cf9d6923ddc7ed99323aa7d6 (diff)
downloadFreeBSD-src-cfb004fe959c0ce2e32c72351c5b39514dec8042.zip
FreeBSD-src-cfb004fe959c0ce2e32c72351c5b39514dec8042.tar.gz
Enable locale support in strtod() and dtoa().
Noticed by: ache Reviewed by: mike (mentor)
-rw-r--r--contrib/gdtoa/gdtoaimp.h1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud