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

@@ -3394,7 +3394,7 @@ void ex_language(exarg_T *eap)
#endif
{
loc = setlocale(what, (char *)name);
#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