commit | c61a48d25995e5ee2a3813f64c531b91bb23e9b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 23:16:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 23:16:33 2019 +0200 |
tree | 830a49b721d71dcb58b67a243e886cff90416f27 | |
parent | 29b7d7a9aac591f920edb89241c8cde27378e50b [diff] [blame] |
patch 8.1.1735: can't build with tiny features Problem: Can't build with tiny features. Solution: Add missing #ifdefs.
diff --git a/src/version.c b/src/version.c index f3493f2..e8f5d7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1735, +/**/ 1734, /**/ 1733,