commit | 269dc6361888ca23ef8d87f2795753f0bacd95e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 11:43:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 11:43:21 2022 +0000 |
tree | 66c551ae4465310933ddea4c91dcfd786ddb5210 | |
parent | c689f8c3d98fffe7e13730e198ce120934528f9c [diff] [blame] |
patch 8.2.4015: build failure with tiny features Problem: Build failure with tiny features. (Tony Mechelynck) Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index dcebe58..d331c87 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4015, +/**/ 4014, /**/ 4013,