commit | 5ec849896f73c82030e4a59377361d0f93c6476f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 21:46:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 21:46:15 2019 +0200 |
tree | ba7769624e8beff1cf60345aa3a581af287186f4 | |
parent | 196b4664432f932625cfb6371dc42c24efe6c203 [diff] [blame] |
patch 8.1.1994: MS-Windows: cannot build with eval but without cscope Problem: MS-Windows: cannot build with eval but without cscope Solution: Adjust the makefiles to always build if_cscope.obj.
diff --git a/src/version.c b/src/version.c index 05e8829..88e0791 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1994, +/**/ 1993, /**/ 1992,