commit | b5d2039e000e0787a04208928ad49e105529e36b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 21:42:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 21:42:15 2022 +0000 |
tree | 54dcd33e6e9dd83c601b7496373636c38a2abbb0 | |
parent | bc510064027da8024d59460c9c816aea4ffac096 [diff] [blame] |
patch 8.2.4385: cannot build tiny version Problem: Cannot build tiny version. Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 3716b3d..3d56cf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4385, +/**/ 4384, /**/ 4383,