X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fset.c;h=285fe55c514c0a415127e10c5bca03073af0c306;hb=c9ac021f1381269609f3654384698f398cf46b96;hp=274b57cc63b06314e700cc1fd5a9edec71d0349a;hpb=6f5101be21e854a5125b489a03814cc7509236cc;p=idzebra-moved-to-github.git diff --git a/dfa/set.c b/dfa/set.c index 274b57c..285fe55 100644 --- a/dfa/set.c +++ b/dfa/set.c @@ -4,7 +4,16 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: set.c,v $ - * Revision 1.2 1995-01-24 16:00:22 adam + * Revision 1.5 1996-10-29 13:57:29 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.4 1995/09/04 12:33:27 adam + * Various cleanup. YAZ util used instead. + * + * Revision 1.3 1995/02/06 10:12:55 adam + * Unused static function rm_SetElement was removed. + * + * Revision 1.2 1995/01/24 16:00:22 adam * Added -ansi to CFLAGS. * Some changes to the dfa module. * @@ -19,12 +28,10 @@ #include #include -#include #include #include "imalloc.h" -static void rm_SetElement (SetType st, SetElement *p); static Set mk_SetElement (SetType st, int n); SetType mk_SetType (int chunk) @@ -96,6 +103,7 @@ static Set mk_SetElement (SetType st, int n) return s; } +#if 0 static void rm_SetElement (SetType st, SetElement *p) { assert (st); @@ -104,6 +112,7 @@ static void rm_SetElement (SetType st, SetElement *p) st->freelist = p; st->used--; } +#endif Set rm_Set (SetType st, Set s) {