From ce4905721c40da7acbdb02caa5d2e24476590e4b Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 28 Nov 2000 13:05:01 +0000 Subject: Turn off index stats by default. 2000-11-28 Not Zed * index.h: Turn off index stats by default. * ibex_block.c (ibex_save): And here. (ibex_close): Debug out printfs. * wordindexmem.c (ibex_create_word_index_mem): And here. (num): Made buf static. * block.c (ibex_block_cache_open): Debug out some printfs. (ibex_block_read): And here. svn path=/trunk/; revision=6691 --- libibex/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libibex/index.h') diff --git a/libibex/index.h b/libibex/index.h index 0cef7948b3..442cba8e25 100644 --- a/libibex/index.h +++ b/libibex/index.h @@ -25,7 +25,7 @@ /* an indexing 'class' maps a key to 1 piece of info */ -#define INDEX_STAT +/*#define INDEX_STAT*/ struct _IBEXCursor { struct _IBEXCursorClass *klass; -- cgit