commit | 4792a679f9e08fc6026a596be3d364cecb70b049 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 15 21:11:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 15 21:11:18 2020 +0100 |
tree | 9eddaa62d11a1624927c805c06f3bbad9e226b0b | |
parent | ca359cbedd0d603124776e7a6ca0ae79ffc34cdc [diff] [blame] |
patch 8.2.1992: build fails with small features Problem: Build fails with small features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 4f03b26..0d9cf70 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1992, +/**/ 1991, /**/ 1990,