0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1408

Problem:    MS-Windows doesn't have isnan() and isinf().
Solution:   Use _isnan() and _isinf().
This commit is contained in:
Bram Moolenaar
2016-02-23 22:07:32 +01:00
parent f1b6ac7229
commit 3ea0f1ae31
3 changed files with 26 additions and 7 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1408,
/**/
1407,
/**/