commit | 8de901e1f1b051e02a61ae76ad7c925e4c0642e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 11 22:21:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 11 22:21:24 2021 +0200 |
tree | 1ebe44f545497a1dfe0b7942125b6a2ca0540af9 | |
parent | f0a4069e3df904ac6bd57718ec06e56c5d7363e4 [diff] [blame] |
patch 8.2.2976: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 0a113f4..08f06cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2976, +/**/ 2975, /**/ 2974,