X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fstates.c;h=566036e2e0bcf809289bd82ab6e0b318238bc235;hb=28f3461a79a4569d736f4ffc66c6ae207e38c2ab;hp=a3f653225a4f4d9a19c2ee2154ceb855c6cbcec7;hpb=4461019c0de49358856cb1c84ca162395b247f16;p=idzebra-moved-to-github.git diff --git a/dfa/states.c b/dfa/states.c index a3f6532..566036e 100644 --- a/dfa/states.c +++ b/dfa/states.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: states.c,v $ - * Revision 1.3 1995-01-25 11:30:51 adam + * Revision 1.6 1999-02-02 14:50:14 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.5 1996/10/29 13:57:31 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.4 1995/09/04 12:33:28 adam + * Various cleanup. YAZ util used instead. + * + * Revision 1.3 1995/01/25 11:30:51 adam * Simple error reporting when parsing regular expressions. * Memory usage reduced. * @@ -23,7 +32,6 @@ #include #include -#include #include "dfap.h" #include "imalloc.h"