diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-28 21:05:01 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-28 21:05:01 +0800 |
commit | ce4905721c40da7acbdb02caa5d2e24476590e4b (patch) | |
tree | ccb1be553fffc570f6da2e8f89e12f293f9346d3 /libibex/index.h | |
parent | 00890b71cf68d861e9ec72a459fa7e43464f4569 (diff) | |
download | gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.gz gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.bz2 gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.lz gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.xz gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.zst gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.zip |
Turn off index stats by default.
2000-11-28 Not Zed <NotZed@HelixCode.com>
* 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
Diffstat (limited to 'libibex/index.h')
-rw-r--r-- | libibex/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |