commit | a2942c74683be3f67c6044c2886dc6c237358b3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 13:41:49 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 13:41:49 2023 +0000 |
tree | c990ef030267af30417917a9d3e91450d174ade1 | |
parent | 39c82ea6563f8467b8d36f0ecb8ba93a0685c280 [diff] [blame] |
patch 9.0.1131: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Move code inside #ifdef.
diff --git a/src/version.c b/src/version.c index 212d08d..babedcc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1131, +/**/ 1130, /**/ 1129,