commit | e906c502079770ae0e0071c74cefb802689ff193 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 21:10:39 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 21:10:39 2015 +0200 |
tree | fab22f2f6c059147ca7b441e603e1a238033bdf1 | |
parent | 43335ea394fe247132b9701c55cccf51e6c36425 [diff] [blame] |
patch 7.4.864 Problem: Tiny build fails. Solution: Put qf_ items inside #ifdef.
diff --git a/src/version.c b/src/version.c index 7aff3f2..d1ee1f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 864, +/**/ 863, /**/ 862,