commit | 10b369f67064cee91a5eb41383a694162c5c5e73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 23:12:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 23:12:49 2016 +0100 |
tree | 10b15eff2f8441cc1358a61e301c27de05c55693 | |
parent | 6b584af3d7337639da27fd847c7c69a406af397e [diff] [blame] |
patch 7.4.1467 Problem: Can't build without the float feature. Solution: Add #ifdefs. (Nick Owens, closes #667)
diff --git a/src/version.c b/src/version.c index 0a4cf2a..0a56a30 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1467, +/**/ 1466, /**/ 1465,