commit | 3ea0f1ae318db6cd9413914bb2ff824d71cefc6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 22:07:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 22:07:32 2016 +0100 |
tree | cd03221b14cb13f92b7851a4ac9f86298bd6c931 | |
parent | f1b6ac72293e658bb6e68c5cfd926c405b1b6f34 [diff] [blame] |
patch 7.4.1408 Problem: MS-Windows doesn't have isnan() and isinf(). Solution: Use _isnan() and _isinf().
diff --git a/src/version.c b/src/version.c index 8d858d1..927e0b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1408, +/**/ 1407, /**/ 1406,