commit | fefecb0fbe14c44d46f91036d76bbb6c28162da8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 21:27:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 21:27:20 2016 +0100 |
tree | 72b405825f3d5e2da3acb619a79bae99b092b26f | |
parent | f97ddbeb255c64a2b3d9db4b049278cd286070a6 [diff] [blame] |
patch 7.4.1440 Problem: Can't build on Windows. Solution: Change #ifdefs. Only define isnan when used.
diff --git a/src/version.c b/src/version.c index 28e16be..08ce414 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1440, +/**/ 1439, /**/ 1438,