commit | a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 22:50:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 22:50:11 2019 +0200 |
tree | 54e378e9f0d25d5eb80a05182a62bcdacdcd3661 | |
parent | af7645d3733fdd3cd2df03ec7b653601d26969ef [diff] [blame] |
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.
diff --git a/src/proto.h b/src/proto.h index 0eafcc4..0c5a71f 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -68,9 +68,7 @@ # 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"