commit | 0ca8b5ba7ba72d739ee15d0d6534aa20f863f3c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 21:35:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 21:35:36 2020 +0200 |
tree | f4d24c0224b3a01db4bda49174efead719633a5f | |
parent | 218cb0fb62d29fba552281c2e8ffeb4046d540c4 [diff] [blame] |
patch 8.2.0940: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef. Add UNUSED. A bit more cleaning up.
diff --git a/src/version.c b/src/version.c index 49a2cf3..26073db 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 940, +/**/ 939, /**/ 938,