From 4795e349ed6c0a40d2d4206f44c8ba045aa19449 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Tue, 20 Feb 2007 20:34:35 +0000 Subject: fully drop fixed_g_ascii_strtod hack (bzr r2406) --- src/fixes.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fixes.cpp') diff --git a/src/fixes.cpp b/src/fixes.cpp index 4ed1b6eb1..4aed2c313 100644 --- a/src/fixes.cpp +++ b/src/fixes.cpp @@ -27,7 +27,8 @@ # include "config.h" #endif -#if defined(g_ascii_strtod) +//#if defined(g_ascii_strtod) +#if 0 /* * until 2004-04-22, g_ascii_strtod could not handle having a locale-based * decimal separator immediately following the number ("5,4" would -- cgit v1.2.3