commit | f5bfa8faa7bbe025c10148d37e8b47217a430a3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 12:07:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 12:07:54 2021 +0200 |
tree | a1b9dea47200c8f7406113c288c7862074ac7c1a | |
parent | 2752360646545a9ae4853d2d5ca91cdb07c14eea [diff] [blame] |
patch 8.2.2947: build failure without the channel feature Problem: Build failure without the channel feature. Solution: Add back #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index efb1b42..7bc2afc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2947, +/**/ 2946, /**/ 2945,