X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdicttest.c;h=4199f30e792bcd203e9eae3337833dcd226fb034;hb=a4e93d62564084d6d1b6670d4fe75dd70a6ed139;hp=849111e54e5ad740c35e073d4afd44c46616df3d;hpb=3e97ca3e99068d83691ad6d43d53dd9f1f316889;p=idzebra-moved-to-github.git diff --git a/dict/dicttest.c b/dict/dicttest.c index 849111e..4199f30 100644 --- a/dict/dicttest.c +++ b/dict/dicttest.c @@ -1,10 +1,16 @@ /* - * Copyright (C) 1994-1995, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: dicttest.c,v $ - * Revision 1.20 1996-03-20 09:35:16 adam + * Revision 1.22 1999-02-02 14:50:19 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.21 1996/10/29 14:00:03 adam + * Page size given by DICT_DEFAULT_PAGESIZE in dict.h. + * + * Revision 1.20 1996/03/20 09:35:16 adam * Function dict_lookup_grep got extra parameter, init_pos, which marks * from which position in pattern approximate pattern matching should occur. * @@ -81,6 +87,7 @@ #include #include +#include char *prog; static Dict dict;