commit | 2a3cd3af455973d678f70303ebdd486f3478bc0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 19:22:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 19:22:27 2020 +0100 |
tree | 527313455e746257d53ccaee2189f968aa63124c | |
parent | acbae18df528b6aee72ecfd66e344dc8be7b3775 [diff] [blame] |
patch 8.2.2140: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index f6c51e1..cf9fbc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2140, +/**/ 2139, /**/ 2138,