commit | 9088784972c0ed72997de8752964d6b587218778 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 27 22:35:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 27 22:35:42 2021 +0200 |
tree | 79b630ec691faf3f027677cd6a9f09dc137934f7 | |
parent | f723701de0636ad8b4aad6179b322f72b04354b9 [diff] [blame] |
patch 8.2.3231: build failure with small features Problem: Build failure with small features. Solution: Adjust #ifdef.
diff --git a/src/version.c b/src/version.c index 425f8f3..e6491db 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3231, +/**/ 3230, /**/ 3229,