X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=bedc874b2b7101c3b75fe07ecc219cfc98e5c4f5;hb=072571aaf56ebd387bed8cad5f2cd2ae38333c1f;hp=e1dcc77650ce0b9baa4a5fed15e9f564a7d6f9b2;hpb=b90451f554a75bd47e03d14674fcb89f66106dd0;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index e1dcc77..bedc874 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,4 +1,4 @@ -/* $Id: kinput.c,v 1.70 2006-02-20 18:40:23 adam Exp $ +/* $Id: kinput.c,v 1.72 2006-04-05 02:11:44 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -55,7 +55,7 @@ struct key_file { Res res; }; -#if 1 +#if 0 static void pkey(const char *b, int mode) { key_logdump_txt(YLOG_LOG, b, mode ? "i" : "d"); @@ -420,7 +420,7 @@ static int heap_read_one (struct heap_info *hi, char *name, char *key) #define PR_KEY_LOW 0 #define PR_KEY_TOP 0 -#if 1 +#if 0 /* for debugging only */ static void print_dict_item(ZebraHandle zh, const char *s) { @@ -435,7 +435,7 @@ static void print_dict_item(ZebraHandle zh, const char *s) else { zebraExplain_lookup_ord (zh->reg->zei, - ord, &index_type, &db, 0, 0); + ord, &index_type, &db, 0, 0, 0); zebra_term_untrans(zh, index_type, dst, s + len);