commit | 81bdd6a02575b024db3dd5d91ec4ac4dfd41aa7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 22:57:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 22:57:00 2017 +0200 |
tree | 7a4548544f79b73f05e97ec5168683f3febd8baf | |
parent | dbe948d6c350feacc01ad019b57717149c8ea5e5 [diff] [blame] |
patch 8.0.0765: build fails with tiny features Problem: Build fails with tiny features. Solution: Adjust #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index ed58049..34017d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 765, +/**/ 764, /**/ 763,