changeset 17988:397a49a22fb4 v8.1.1990

patch 8.1.1990: cannot build with eval but without cscope Commit: https://github.com/vim/vim/commit/a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 5 22:50:11 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Sep 2019 23:00:03 +0200
parents 9c93d5a65da3
children 2acb695046e1
files src/proto.h src/version.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/proto.h
+++ b/src/proto.h
@@ -68,9 +68,7 @@ extern int _stricoll(char *a, char *b);
 # include "charset.pro"
 # include "cmdexpand.pro"
 # include "cmdhist.pro"
-# ifdef FEAT_CSCOPE
-#  include "if_cscope.pro"
-# endif
+# include "if_cscope.pro"
 # include "debugger.pro"
 # include "dict.pro"
 # include "diff.pro"
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1990,
+/**/
     1989,
 /**/
     1988,