comparison src/if_cscope.h @ 1931:3f661e42f262 v7.2.228

updated for version 7.2-228
author vimboss
date Fri, 10 Jul 2009 13:11:26 +0000
parents 9f8fd6a14cfc
children 1a5d34492798
comparison
equal deleted inserted replaced
1930:89d1e8ed6c1d 1931:3f661e42f262
23 # endif 23 # endif
24 #endif 24 #endif
25 25
26 #define CSCOPE_SUCCESS 0 26 #define CSCOPE_SUCCESS 0
27 #define CSCOPE_FAILURE -1 27 #define CSCOPE_FAILURE -1
28 #define CSCOPE_MAX_CONNECTIONS 8 /* you actually need more? */
29 28
30 #define CSCOPE_DBFILE "cscope.out" 29 #define CSCOPE_DBFILE "cscope.out"
31 #define CSCOPE_PROMPT ">> " 30 #define CSCOPE_PROMPT ">> "
32 31
33 /* 32 /*