commit | 142499de3352e1edb2ab6cc2bf3b82441c8e5f4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 16:39:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 16:39:31 2020 +0200 |
tree | 62964efabbe56d1c73e226c165b4a8c7ec5ec983 | |
parent | 0c0eddd3ddd266bcc2036362fae7b2b8b9d2c7bf [diff] [blame] |
patch 8.2.0971: build with tiny features fails Problem: Build with tiny features fails. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 052f030..ef0e0d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 971, +/**/ 970, /**/ 969,