diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-07-10 13:11:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-07-10 13:11:26 +0000 |
commit | 9fa49da74755a605f7ce7741fa8a06356df8a3e1 (patch) | |
tree | d16e0e20ab6b6551fff970f3673b21680f03b77b /src/if_cscope.h | |
parent | fcfbc670c7a679cd92b9318351c918f1dff150d7 (diff) | |
download | vim-git-9fa49da74755a605f7ce7741fa8a06356df8a3e1.tar.gz |
updated for version 7.2-228v7.2.228
Diffstat (limited to 'src/if_cscope.h')
-rw-r--r-- | src/if_cscope.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if_cscope.h b/src/if_cscope.h index 89b69f7c7..5620eb3a2 100644 --- a/src/if_cscope.h +++ b/src/if_cscope.h @@ -25,7 +25,6 @@ #define CSCOPE_SUCCESS 0 #define CSCOPE_FAILURE -1 -#define CSCOPE_MAX_CONNECTIONS 8 /* you actually need more? */ #define CSCOPE_DBFILE "cscope.out" #define CSCOPE_PROMPT ">> " |