commit | e8741a73e20cd6043dd1610fb4c22ae9d132eb56 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Jan 17 11:23:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 11:23:45 2022 +0000 |
tree | f030e86830aa549f2d27455af03f559933576a06 | |
parent | 0023f82a76cf43a12b41e71f97a2e860d0444e1b [diff] [blame] |
patch 8.2.4119: build failure when disabling the channel feature Problem: Build failure when disabling the channel feature. Solution: Adjust #ifdef. (Dominique Pellé, closes #9545)
diff --git a/src/version.c b/src/version.c index fe27375..01b8e5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4119, +/**/ 4118, /**/ 4117,