commit | 0abb4273f6c14f9ebca8be67d42c6e67b4f612cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 16:06:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 16:06:00 2019 +0200 |
tree | 598093e30cec15297730550fd05b9d54ea1a3bd6 | |
parent | 9937a055437ef67b57a1bdec8f0799b669c9dbf0 [diff] [blame] |
patch 8.1.1540: cannot build without the +eval feature Problem: Cannot build without the +eval feature. Solution: Define ex_const if needed.
diff --git a/src/version.c b/src/version.c index 45af9c0..7e9cac3 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1540, +/**/ 1539, /**/ 1538,