X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdict.h;h=6367d94de8603eb913cacbdf7c3329b7a289113e;hb=eee8870c6ae6e22f98a15e0b47626a8698d0e0da;hp=4cd048cdd0ded22d1958ea2e21531c8caa2534f7;hpb=dfa13dd254b1bf22ec57973b3465cd64eafd479c;p=idzebra-moved-to-github.git diff --git a/include/dict.h b/include/dict.h index 4cd048c..6367d94 100644 --- a/include/dict.h +++ b/include/dict.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dict.h,v $ - * Revision 1.22 1996-06-04 10:20:10 adam + * Revision 1.23 1996-10-29 13:45:33 adam + * Changed definition of DICT_DEFAULT_PAGESIZE. + * + * Revision 1.22 1996/06/04 10:20:10 adam * Added support for character mapping. * * Revision 1.21 1996/05/24 14:46:07 adam @@ -84,6 +87,7 @@ #define DICT_H #include +#include typedef unsigned Dict_ptr; typedef unsigned char Dict_char; @@ -130,7 +134,7 @@ typedef struct Dict_struct { #define DICT_MAGIC "dict00" -#define DICT_DEFAULT_PAGESIZE "4096" +#define DICT_DEFAULT_PAGESIZE 4096 int dict_bf_readp (Dict_BFile bf, int no, void **bufp); int dict_bf_newp (Dict_BFile bf, int no, void **bufp);