commit | 44ca54aeb9a0eca41aea203786e33d82e69d0615 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 15:41:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 15:41:32 2016 +0200 |
tree | 1c4fc0784f50f9353e31341ae1946097a6ba565b | |
parent | 9992237a3e791fbc0c1ebf743ece1b75e1488410 [diff] [blame] |
patch 7.4.2267 Problem: Build fails on MS-Windows. Solution: Add define to get isinf().
diff --git a/src/version.c b/src/version.c index 93976c3..c64046e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2267, +/**/ 2266, /**/ 2265,