commit | 5ec7414a1c0512832f60c17437d6374cbf4b08e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 17:14:41 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 17:14:41 2018 +0200 |
tree | ca51a39c49a9b833e8f4a480ea72ab7a6c6a0ee1 | |
parent | 35fb6fbf727c72eb5987a1556bbba26dca14cc48 [diff] [blame] |
patch 8.1.0104: can't build without the +eval feature Problem: Can't build without the +eval feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 45f339b..e2ccc11 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 104, +/**/ 103, /**/ 102,