commit | 505e43a20eb25674b18d73971fe3b51dad917f9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 18:28:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 18:28:17 2019 +0200 |
tree | 857096933d1f1199faa5736681a8321513668d2d | |
parent | c6538bcc1cdd1fb83732f22fdc69bd9bb66f968a [diff] [blame] |
patch 8.1.1801: cannot build without the +eval feature Problem: Cannot build without the +eval feature. Solution: Always define funcexe_T.
diff --git a/src/version.c b/src/version.c index 92d8482..f769211 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1801, +/**/ 1800, /**/ 1799,