commit | 9c5b7cb4cf67c64648a324e9dfd1e17d793335a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 13:29:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 13:29:20 2022 +0000 |
tree | fc42246864edb9caf442f466b64609bd60c43a71 | |
parent | 0319306f20d2a5989d1f5639a47d77cebeac2f29 [diff] [blame] |
patch 9.0.0919: build failure with tiny features Problem: Build failure with tiny features. Solution: Adjust #ifdef's.
diff --git a/src/version.c b/src/version.c index 3258736..e09e397 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 919, +/**/ 918, /**/ 917,