commit | fe3fb6e1e6c90e9bada05518a13a72b3fc2f6a98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 18:35:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 18:35:15 2022 +0100 |
tree | b1ad2bf1a189544579fda002666c785d84f409c6 | |
parent | 7f9969c559b51446632ac7e8f76cde07e7d0078d [diff] [blame] |
patch 9.0.0068: build fails with tiny features Problem: Build fails with tiny features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index ff2a8ae..04e0100 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 68, +/**/ 67, /**/ 66,