commit | a452b808b4da2d272ca4a50865eb8ca89a58f239 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 21:47:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 21:47:59 2020 +0100 |
tree | 2c899244df2dccba173cacc445c4a3fc8032c1b3 | |
parent | c478ee3d83fab0dba46740f2023c35f743f88316 [diff] [blame] |
patch 8.2.2077: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 251782d..9234d39 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2077, +/**/ 2076, /**/ 2075,