commit | 47ad5656e1e4285a74e7e8e5d0f1f71cd554e25c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 21:09:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 21:09:07 2018 +0200 |
tree | f5cd3064f4d3dc00b73c46ba83df45c6430d9261 | |
parent | 00f123a56585363cd13f062fd3bb123efcfaa664 [diff] [blame] |
patch 8.1.0314: build failure without the +eval feature Problem: Build failure without the +eval feature. (Brenton Horne) Solution: Add #ifdef. Also add the "dirty" item.
diff --git a/src/version.c b/src/version.c index d0052fa..55d3ce3 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 314, +/**/ 313, /**/ 312,