commit | e2d74dbe19c0980c72725a7d0c2b668d6f41766e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 16:13:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 16:13:35 2017 +0100 |
tree | 9fd4a92c7538677aea0998d1afda6a30ad97498b | |
parent | e2c6037da387aad05e4f6bd4a8a6267051d6de04 [diff] [blame] |
patch 8.0.0217: build fails without cscope feature Problem: Build fails without the cscope feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index a46b13f..76b4350 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 217, +/**/ 216, /**/ 215,