X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fbset.c;h=2f326c9e0c5f1e8e9cca4d26e8ba30d521d69ff7;hb=28f3461a79a4569d736f4ffc66c6ae207e38c2ab;hp=1bd65e8c6e25d0367338242f2b5b9cb67768aa95;hpb=6f5101be21e854a5125b489a03814cc7509236cc;p=idzebra-moved-to-github.git diff --git a/dfa/bset.c b/dfa/bset.c index 1bd65e8..2f326c9 100644 --- a/dfa/bset.c +++ b/dfa/bset.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: bset.c,v $ - * Revision 1.2 1995-01-24 16:00:21 adam + * Revision 1.5 1999-02-02 14:50:04 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.4 1996/10/29 13:57:20 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.3 1995/09/04 12:33:25 adam + * Various cleanup. YAZ util used instead. + * + * Revision 1.2 1995/01/24 16:00:21 adam * Added -ansi to CFLAGS. * Some changes to the dfa module. * @@ -19,7 +28,7 @@ #include #include -#include +#include #include #include "imalloc.h"