From 37fffd911f2229e6fad325e7e74d44b121e10d66 Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 14 Nov 2007 20:23:15 +0000 Subject: [PATCH] functions used in this branch only --- src/frontend/parser/complete.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/parser/complete.c b/src/frontend/parser/complete.c index 6e9a1f40e..912bec75f 100644 --- a/src/frontend/parser/complete.c +++ b/src/frontend/parser/complete.c @@ -68,10 +68,12 @@ static struct ccom *keywords[NCLASSES]; /* Keywords. */ /* static declarations */ +#ifdef TIOCSTI /* va, functions used in this branch only */ static struct ccom * getccom(char *first); static wordlist * ccfilec(char *buf); static wordlist * ccmatch(char *word, struct ccom **dbase); static void printem(wordlist *wl); +#endif static wordlist * cctowl(struct ccom *cc, bool sib); static struct ccom * clookup(register char *word, struct ccom **dd, bool pref, bool create);