commit | f4f190d8219fc93c6e58e54ce7c1ac15af07840f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 13:01:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 13:01:16 2020 +0100 |
tree | eaaa9de2a1c3df85d5dce07ef21f9ef7954c4cac | |
parent | b54b8e0c86b0590394803157818c72412a6f0b6a [diff] [blame] |
patch 8.2.0338: build failure without the channel feature Problem: Build failure without the channel feature. Solution: Add #ifdef
diff --git a/src/version.c b/src/version.c index 6c519cb..cd410bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 338, +/**/ 337, /**/ 336,