commit | 7c456a4511dff70bb2fc23ebc3dc3d9201dbaacb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 11:15:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 11:15:53 2017 +0200 |
tree | f8385cb165cbe2c6b954b4daa28d75bb455294d4 | |
parent | 452030e530aad9b08fcfa71737d098b33c752b85 [diff] [blame] |
patch 8.0.1147: fail to build with tiny features Problem: Fail to build with tiny features. (Tony Mechelynck) Solution: Move #ifdefs.
diff --git a/src/version.c b/src/version.c index 18e4a86..1880b34 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1147, +/**/ 1146, /**/ 1145,