commit | 1cd4dc444ad260e4ff201152ecff2005dbd15410 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 19:06:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 19:06:14 2019 +0200 |
tree | da4c6cf1967c1319dfa525b0ed9571ea781bbd98 | |
parent | 558ca4ae55096f8763ab8515a304cda9c57f18a7 [diff] [blame] |
patch 8.1.1117: 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 aa069d6..11849d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1117, +/**/ 1116, /**/ 1115,