diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-05 22:50:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-05 22:50:11 +0200 |
commit | a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 (patch) | |
tree | 54e378e9f0d25d5eb80a05182a62bcdacdcd3661 /src/proto.h | |
parent | af7645d3733fdd3cd2df03ec7b653601d26969ef (diff) | |
download | vim-git-a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40.tar.gz |
patch 8.1.1990: cannot build with eval but without cscopev8.1.1990
Problem: Cannot build with eval but without cscope.
Solution: Always include if_cscope.pro.
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h index 0eafcc4b9..0c5a71ff6 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" |