commit | 34f99584c73f91bcc8ca5236557a2a09335e1e43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 21:08:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 21:08:09 2022 +0100 |
tree | c4cc954e37a7683656eeddc2f8552c2d77ec4fd0 | |
parent | 8bea171f154845046239c61bdef50a8e0f12f643 [diff] [blame] |
patch 8.2.5103: build fails with small features Problem: Build fails with small features. Solution: Add #ifdef. Skip test on MS-Windows.
diff --git a/src/version.c b/src/version.c index 2f61521..e3c52b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5103, +/**/ 5102, /**/ 5101,