X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=dfa%2Fset.c;h=4a593d13f076447216f8f3089cf941793ae03761;hb=3c5f6226f97612c0d6ac40591f600587c5ffa858;hp=3af74d7db07300a054116dd4fef48205cea2c76c;hpb=a4e74639ad8d0c5db0b5d52b9f8412a1a5b3228d;p=idzebra-moved-to-github.git diff --git a/dfa/set.c b/dfa/set.c index 3af74d7..4a593d1 100644 --- a/dfa/set.c +++ b/dfa/set.c @@ -1,10 +1,19 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: set.c,v $ - * Revision 1.3 1995-02-06 10:12:55 adam + * Revision 1.6 1999-02-02 14:50:13 adam + * Updated WIN32 code specific sections. Changed header. + * + * 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 @@ -22,7 +31,6 @@ #include #include -#include #include #include "imalloc.h"