From 3244991731d8dfe3c48d129467b3b4f8a69cacab Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 29 Oct 1996 13:43:44 +0000 Subject: [PATCH] Removed definition of SYSNO. --- include/isam.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) */ -- 1.7.10.4