X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=2a7df4a1271289d899eef946353a0c180bd4233e;hb=70961362d71c04daaf0b0feafe59e78d235eb116;hp=e38edc15c82734e2a86b97894b7a07f678185c48;hpb=42b0747acfaaf94e94fd6c20b4cd97e10ded0ae0;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index e38edc1..2a7df4a 100644 --- a/include/isam.h +++ b/include/isam.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.10 1995-09-06 16:10:57 adam + * Revision 1.11 1996-10-29 13:43:44 adam + * Removed definition of SYSNO. + * + * Revision 1.10 1995/09/06 16:10:57 adam * More work on boolean sets. * * Revision 1.9 1994/09/28 16:58:26 quinn @@ -48,8 +51,6 @@ #define IS_MAX_RECORD 512 #define IS_DEF_REPACK_PERCENT "30" /* how much relative change before repack */ -typedef unsigned int SYSNO; /* should be somewhere else */ - /* * Description of a blocktype (part of an isam file) */