commit | 376407674ff10b60e7c6090906be50982763f0f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 22:37:15 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 22:37:15 2017 +0100 |
tree | fb830a77dc0bcc1498fdff019ec4e348118941ec | |
parent | a713ff819d134dc34e507c05273c935bfc17e795 [diff] [blame] |
patch 8.0.0373: build fails without +folding Problem: Build fails without +folding. Solution: Move misplaced #ifdef.
diff --git a/src/version.c b/src/version.c index 3b8c127..b008d14 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 373, +/**/ 372, /**/ 371,