commit | fbda69b309ca1c9748eaac38ab85b9e3425bf834 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 15:06:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 15:06:53 2020 +0200 |
tree | 14050f62719ea441f7a7f50e0279167609736f19 | |
parent | 55b0fb7001ae42a58c10ad93a9157113f77a43d2 [diff] [blame] |
patch 8.2.0569: build failure with tiny version Problem: Build failure with tiny version. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 5659e92..d447b7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 569, +/**/ 568, /**/ 567,