mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
Remove FEAT_FLOAT
Support for floating point variables
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user