commit | 15f74fab653a784548d5d966644926b47ba2cfa7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 21:57:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 21:57:26 2022 +0100 |
tree | 9b5f7c61dce3d1668d65ee5e93e39b7dd281f950 | |
parent | 242c152c08edbfaf17e8ae0b5d82841beabfa21a [diff] [blame] |
patch 8.2.4681: build fails with a combination of features Problem: Build fails with a combination of features. Solution: Remove #ifdef for alloc_clear_id(). (John Marriott)
diff --git a/src/version.c b/src/version.c index 4e3773b..79a3bad 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4681, +/**/ 4680, /**/ 4679,