commit | 3be69bf539f3026369d20f1667e53d390d386a9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 15:37:15 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 15:37:15 2021 +0100 |
tree | 4f10a4a9dcc333b7ae4d201f1555eff6d34dccfe | |
parent | 7f32092b9127a71d243bacd31ebb303f2c78a8f1 [diff] [blame] |
patch 8.2.3505: Vim9: build failure without the +eval feature Problem: Vim9: build failure without the +eval feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 978e012..7fa96b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3505, +/**/ 3504, /**/ 3503,