commit | 136f29a91dbafce424e31a4af133155f997e8f78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 20:14:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 20:14:15 2016 +0100 |
tree | c8f62de847e195719732366ec05df2f21f74f000 | |
parent | e98991b8cfaf29016d14b8ec437d3dedfc0a5eb7 [diff] [blame] |
patch 7.4.1437 Problem: Old system doesn't have isinf() and NAN. (Ben Fritz) Solution: Adjust #ifdefs. Detect isnan() and isinf() functions with configure. Use a replacement when missing. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 60a6bad..ab7cf74 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1437, +/**/ 1436, /**/ 1435,