commit | 096ca73dacd748a65d080197b842eef6f4423096 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 00:55:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 00:55:28 2022 +0000 |
tree | f5049499836e9eca23aa2f4e3265001f765ca3a1 | |
parent | d0819d11ecdf3bca4b0800ef905091b5e175b6f4 [diff] [blame] |
patch 8.2.3963: build failure with tiny and small features Problem: Build failure with tiny and small features. (Tony Mechelynck) Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index bb73823..8db61c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3963, +/**/ 3962, /**/ 3961,