commit | 7f7bd297d6d989254f71c694f1c72d07cbc5c306 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 21:21:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 21:21:31 2016 +0200 |
tree | c65987887805ab0fc9758f2fcf536560a064ab7b | |
parent | 7683aaa5061e26d4bc52fdf40be66789e9e4fec0 [diff] [blame] |
patch 7.4.2290 Problem: Compiler warning in tiny build. (Tony Mechelynck) Solution: Add #ifdef around infinity_str().
diff --git a/src/version.c b/src/version.c index b67c3f6..3cae92d 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2290, +/**/ 2289, /**/ 2288,