commit | 5fac467474376a844407cecc0ff481510ead221c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 22:16:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 22:16:32 2016 +0100 |
tree | b75320953b783561440a0e410850848431b36feb | |
parent | d1413d90983fc6c579ad66ba4d4611b057197f94 [diff] [blame] |
patch 7.4.1474 Problem: Compiler warnings without the float feature. Solution: Move #ifdefs. (John Marriott)
diff --git a/src/version.c b/src/version.c index a48d5ba..de16802 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1474, +/**/ 1473, /**/ 1472,