X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkcompare.c;h=3ca6daac23f6567377acb8e12996f50a6e2a11d0;hb=14141c6ce46edf228f26c1bffef0809933b7735c;hp=b5b3b631bc8fbd824b20e7a2a703cc2fbacb2217;hpb=774c155f12ee6473f38ece849a401dd8426178d3;p=idzebra-moved-to-github.git diff --git a/index/kcompare.c b/index/kcompare.c index b5b3b63..3ca6daa 100644 --- a/index/kcompare.c +++ b/index/kcompare.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: kcompare.c,v $ - * Revision 1.14 1995-10-30 15:08:08 adam + * Revision 1.16 1996-05-13 14:23:05 adam + * Work on compaction of set/use bytes in dictionary. + * + * Revision 1.15 1995/11/20 16:59:46 adam + * New update method: the 'old' keys are saved for each records. + * + * Revision 1.14 1995/10/30 15:08:08 adam * Bug fixes. * * Revision 1.13 1995/10/27 14:00:11 adam @@ -123,9 +129,10 @@ int index_char_cvt (int c) return tolower (c); } +#if 1 int index_word_prefix (char *string, int attset_ordinal, int local_attribute, - char *databaseName) + const char *databaseName) { int i; sprintf (string, "%s@%c%04d", databaseName, @@ -134,4 +141,4 @@ int index_word_prefix (char *string, int attset_ordinal, string[i] = index_char_cvt (string[i]); return i; } - +#endif