commit | b91d3f857fb6aadbbc01f80f775967bb40d361de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 13:17:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 13:17:50 2021 +0200 |
tree | e8bfd8606dbe6156c17e438ead58066fc2b03577 | |
parent | 529fb5a5f62378bbaac00e1ed9b9c32c6e20c1b9 [diff] [blame] |
patch 8.2.2683: 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 54370d3..2161bb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2683, +/**/ 2682, /**/ 2681,