commit | f566666e888685b6442a0e7f34c73ba56f6db49a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 21:33:36 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 21:33:36 2021 +0000 |
tree | a56d32718c52d1f0798f6038e8ad1086eba16567 | |
parent | 06bffe836c98a65d270579f08004503ffce9931c [diff] [blame] |
patch 8.2.3691: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef. (Dominique Pellé)
diff --git a/src/version.c b/src/version.c index d7c2d69..e7f2c74 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3691, +/**/ 3690, /**/ 3689,