Remove FEAT_FLOAT

Support for floating point variables
This commit is contained in:
Hinidu
2014-04-12 09:28:46 +03:00
committed by Justin M. Keyes
parent ef5d9ccefe
commit b4ca3abc9f
5 changed files with 4 additions and 11 deletions

View File

@@ -880,7 +880,7 @@ static void init_locale(void)
{
setlocale(LC_ALL, "");
# if defined(FEAT_FLOAT) && defined(LC_NUMERIC)
# ifdef LC_NUMERIC
/* Make sure strtod() uses a decimal point, not a comma. */
setlocale(LC_NUMERIC, "C");
# endif