From cea054cd54d84479352a43bbabc19c9ce9af5efb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 Aug 2008 04:26:12 +0000 Subject: Merge revisions 35747:35930 from trunk. svn path=/branches/kill-bonobo/; revision=35931 --- mail/e-searching-tokenizer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/e-searching-tokenizer.c') diff --git a/mail/e-searching-tokenizer.c b/mail/e-searching-tokenizer.c index 2880a9461a..1b603acd90 100644 --- a/mail/e-searching-tokenizer.c +++ b/mail/e-searching-tokenizer.c @@ -224,6 +224,8 @@ struct _trie { EMemChunk *match_chunks; }; +/* will be enabled only if debug is enabled */ +#if d(1) -1 != -1 static void dump_trie(struct _state *s, int d) { @@ -242,6 +244,7 @@ dump_trie(struct _state *s, int d) m = m->next; } } +#endif /* This builds an Aho-Corasick search trie for a set of utf8 words */ /* See -- cgit v1.2.3