commit | a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 22:50:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 22:50:11 2019 +0200 |
tree | 54e378e9f0d25d5eb80a05182a62bcdacdcd3661 | |
parent | af7645d3733fdd3cd2df03ec7b653601d26969ef [diff] [blame] |
patch 8.1.1990: cannot build with eval but without cscope Problem: Cannot build with eval but without cscope. Solution: Always include if_cscope.pro.
diff --git a/src/version.c b/src/version.c index 996c85b..e7fd1cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1990, +/**/ 1989, /**/ 1988,