commit | fda1bff39f89775b20a2d88ef3903656d52f66ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 13:44:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 13:44:37 2019 +0200 |
tree | 3676cb1f5c70fb693ee24e10da893ef01babe911 | |
parent | e5e4e22c1c15c8c22b14935affe969569acc8df9 [diff] [blame] |
patch 8.1.1111: it is not easy to check for infinity Problem: It is not easy to check for infinity. Solution: Add isinf(). (Ozaki Kiichi, closes #3787)
diff --git a/src/version.c b/src/version.c index 38a7683..9c237e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1111, +/**/ 1110, /**/ 1109,