commit | ddd815ba2a4191992d0f7d7b2902ba76a0db36ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 28 14:39:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 28 14:39:58 2022 +0000 |
tree | 5d85ded06781c507262e13963829ef02117f3f99 | |
parent | bd8168c7705e315827642f2976ec59e26b7fe009 [diff] [blame] |
patch 8.2.4239: build fails with unusual configuration Problem: Build fails with unusual configuration. Solution: Adjust #ifdef. (closes #9651)
diff --git a/src/version.c b/src/version.c index fa2c419..3d37eec 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4239, +/**/ 4238, /**/ 4237,