commit | 677a39fdf6a61d77ae5d14faeb498f94fd8742ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 16:50:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 16:50:42 2022 +0100 |
tree | 624f0068ecc337a8dd65eccaaece3057517df5e1 | |
parent | 9e7e28fc4c32337f2153b94fb08140f47e46e35d [diff] [blame] |
patch 9.0.0209: build error with small features Problem: Build error with small features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 00afb67..65afaf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 209, +/**/ 208, /**/ 207,