commit | a6b8976bb724f8c85dd5699d115d795f7b730298 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:38:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:38:26 2016 +0100 |
tree | b9755c97cc1d8ab82d6e18c97c48da6b98f27992 | |
parent | 2f6271b1e7cff985cac66f6850116bcf3fcccd58 [diff] [blame] |
patch 7.4.1463 Problem: Configure doesn't find isinf() and isnan() on some systems. Solution: Use a configure check that includes math.h.
diff --git a/src/version.c b/src/version.c index 86b0f5c..f4ffb8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1463, +/**/ 1462, /**/ 1461,