commit | 09d4640f6c4333da5167327629d355062f6629cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 29 23:53:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 29 23:53:01 2019 +0100 |
tree | 2aee195724687b441aad4e7921365e6e96c5c5e9 | |
parent | 1a47ae32cdc19b0fd5a82e19fe5fddf45db1a506 [diff] [blame] |
patch 8.2.0057: cannot build with small features Problem: Cannot build with small features. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 984ac7b..885e6bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 57, +/**/ 56, /**/ 55,