commit | 92769c3928bb8a3faa43c533c07ef8476af32ade | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 15:41:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 15:41:37 2017 +0100 |
tree | bf77417732018867fb4f26e30000ec27ba70e77d | |
parent | 95c526e1f6d76acafee4b21f5701d6d6ac8c4b5f [diff] [blame] |
patch 8.0.0366: build fails with tiny features Problem: Build fails with tiny features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index d80a0ea..7e6438c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 366, +/**/ 365, /**/ 364,