From a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 5 Sep 2019 22:50:11 +0200 Subject: [PATCH] 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. --- src/proto.h | 4 +--- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/proto.h b/src/proto.h index 0eafcc4b9e..0c5a71ff64 100644 --- 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" diff --git a/src/version.c b/src/version.c index 996c85b9cb..e7fd1cf649 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1990, /**/ 1989, /**/