commit | f398238a37522fed9a2e7915741d1ab14ccc81a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 16:32:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 16:32:09 2020 +0200 |
tree | 36b76af1bc1f6f2b7d904e31f7c133df7a696f01 | |
parent | 6802cce407b8b181bcf3eafe701fa9f8a91f7a73 [diff] [blame] |
patch 8.2.1245: build failure in tiny version Problem: Build failure in tiny version. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index c8dab65..24ce5e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1245, +/**/ 1244, /**/ 1243,