]> granicus.if.org Git - vim/commitdiff
patch 8.1.1990: cannot build with eval but without cscope v8.1.1990
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2019 20:50:11 +0000 (22:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2019 20:50:11 +0000 (22:50 +0200)
Problem:    Cannot build with eval but without cscope.
Solution:   Always include if_cscope.pro.

src/proto.h
src/version.c

index 0eafcc4b9e360a0440121c44fc7b93b820d821af..0c5a71ff64dc568d1244759e3490aa6a540c10f7 100644 (file)
@@ -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"
index 996c85b9cb8fc413b1852d25166b887a9c8495ac..e7fd1cf649b3d07ef0ec3122ad79fa4633e5b9b5 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1990,
 /**/
     1989,
 /**/