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