commit | 9f7820f83bc994bbbecdca9483b355953f07179b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 17:22:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 17:22:49 2016 +0100 |
tree | 7fcf3b790416cd8497a59d859dffdc7b74488e0d | |
parent | 91715873d19a1859c08eeded7848113596e2f2bd [diff] [blame] |
patch 7.4.1481 Problem: Can't build with small features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 76ce462..b7e0890 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1481, +/**/ 1480, /**/ 1479,