commit | 8991be2ab4a9f3418ab41594a0c5b789c5cb0935 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 21:51:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 21:51:46 2022 +0000 |
tree | a1ecbdb709a9b2143b63f3930990cb6e2b7d32b1 | |
parent | b5d2039e000e0787a04208928ad49e105529e36b [diff] [blame] |
patch 8.2.4386: still cannot build tiny version Problem: Still cannot build tiny version. Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 3d56cf4..6a4a577 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4386, +/**/ 4385, /**/ 4384,