commit | 39cb2dab18e85fc60f116a4543e433616872b690 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 17:35:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 17:35:18 2020 +0100 |
tree | 1bd986b302e5d2f2beb0974e31e8e615db279379 | |
parent | 4389f9cd00632adc0216d5ead13d859b186bcbf8 [diff] [blame] |
patch 8.2.2229: build failure without the +eval feature Problem: build failure without the +eval feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 985e48e..adfaf50 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2229, +/**/ 2228, /**/ 2227,