commit | f6b0c79742727948edee78cb1a3a9a4e3be8b0fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 19:52:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 19:52:48 2022 +0000 |
tree | fdd766a84170e73333553446d8792c97923da0cc | |
parent | 7a2222487507eb13cccdb9a66397092775d62b8c [diff] [blame] |
patch 8.2.4488: build error with +eval but without +channel or +job Problem: Build error with +eval but without +channel or +job. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 960e18c..3918e74 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4488, +/**/ 4487, /**/ 4486,