summaryrefslogtreecommitdiff
path: root/src/if_cscope.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-21 22:12:51 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-21 22:12:51 +0000
commitc716c306e926156e24823fc0d365c64d7fdef165 (patch)
tree4def8fe8abdc7ccfa46acadb5d7c6c741ba05a51 /src/if_cscope.c
parentb1b715d1fb12f935a524dbaf2c2685a8bc0015a3 (diff)
downloadvim-git-c716c306e926156e24823fc0d365c64d7fdef165.tar.gz
updated for version 7.0184
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 24d7d0659..56fd12aa2 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -44,7 +44,9 @@ static int cs_cnt_matches __ARGS((int idx));
static char * cs_create_cmd __ARGS((char *csoption, char *pattern));
static int cs_create_connection __ARGS((int i));
static void do_cscope_general __ARGS((exarg_T *eap, int make_split));
+#ifdef FEAT_QUICKFIX
static void cs_file_results __ARGS((FILE *, int *));
+#endif
static void cs_fill_results __ARGS((char *, int , int *, char ***,
char ***, int *));
static int cs_find __ARGS((exarg_T *eap));
@@ -1670,6 +1672,7 @@ cs_parse_results(cnumber, buf, bufsize, context, linenumber, search)
return name;
}
+#ifdef FEAT_QUICKFIX
/*
* PRIVATE: cs_file_results
*
@@ -1725,6 +1728,7 @@ cs_file_results(f, nummatches_a)
} /* for all cscope connections */
vim_free(buf);
}
+#endif
/*
* PRIVATE: cs_fill_results