commit | a6c07603ca2fa98a4184f5fd5ab021adcf5156b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 21:18:27 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 21:18:27 2017 +0100 |
tree | fd78ab3e8ea373d8bf6b3f4e398e71f03681fee9 | |
parent | f7e894dfb60b6fd8f426aa3da1452803f8de010c [diff] [blame] |
patch 8.0.0425: build errors when building without folding Problem: Build errors when building without folding. Solution: Add #ifdefs. (John Marriott)
diff --git a/src/version.c b/src/version.c index b9d3d1e..b5af6be 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 425, +/**/ 424, /**/ 423,