commit | 3b8c7083b265c35861a7f96b01c079471ff45152 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 20:20:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 20:20:56 2022 +0000 |
tree | 71d5b80407f912d39de8532da6f6d817bc2e8d11 | |
parent | 4c5678ff0c376661d4a8183a5a074a1203413b9d [diff] [blame] |
patch 9.0.0978: build errors without the +channel feature Problem: Build errors without the +channel feature. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 528b804..537f6aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 978, +/**/ 977, /**/ 976,