commit | 9f28eeb694cec8f5019b8fbde3f92f4a90dc5006 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 16 10:04:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 16 10:04:51 2022 +0100 |
tree | 5260bbfb2f07d1676a4615de27a90805bfc48b55 | |
parent | 1bdc60eb91b9e6320318d96ea59bd2aad775f408 [diff] [blame] |
patch 8.2.4961: build error with a certain combination of features Problem: Build error with a certain combination of features. Solution: Adjust #if. (John Marriott)
diff --git a/src/version.c b/src/version.c index 52144c5..b8fb438 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4961, +/**/ 4960, /**/ 4959,