X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fcompact.c;h=be327076f39089f8fa67beffa2c2736e44f2a718;hb=8ddf739043beb068cac9287afa88ea92bf4d3ed6;hp=eab0edc2c461fcdecc3d6e7d147651778718cf62;hpb=254c4ba29c56564d33fae651343e83fb5c35a36f;p=idzebra-moved-to-github.git diff --git a/index/compact.c b/index/compact.c index eab0edc..be32707 100644 --- a/index/compact.c +++ b/index/compact.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: compact.c,v $ - * Revision 1.1 1999-03-09 10:16:35 adam + * Revision 1.2 1999-05-15 14:36:37 adam + * Updated dictionary. Implemented "compression" of dictionary. + * + * Revision 1.1 1999/03/09 10:16:35 adam * Work on compaction of dictionary/isamc. * */ @@ -17,5 +20,5 @@ void inv_compact (BFiles bfs) { - dict_compact (bfs, FNAME_DICT, "out"); + dict_copy_compact (bfs, FNAME_DICT, "out"); }