commit | 937204a9175d0fe2f13c8bc4ebeb043003d7e7d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 23:37:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 23:37:38 2016 +0100 |
tree | 7127f5e25cc3740a39ed53e66ac8238afd48f346 | |
parent | 779a7759ad03e6a3fb616828793512644390655a [diff] [blame] |
patch 7.4.1219 Problem: Build fails with +channel but without +float. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index dd2f95d..1eab3ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1219, +/**/ 1218, /**/ 1217,