commit | e4218b9416bdcd78b9779a06258198573a0c369e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 21:11:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 21:11:38 2020 +0200 |
tree | 941685ea5c29e3813c61f9f30524d84d24c11f5a | |
parent | 909443028b57d7514ce3c71f00e9d808f2126b4f [diff] [blame] |
patch 8.2.1348: 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 6b1a367..e715d8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1348, +/**/ 1347, /**/ 1346,