X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fagrep.c;h=2214fb5addeadcfc1beadca8d74d74a1d73dc1e1;hb=9bd1e955dce39994af1266e9a952a7b8c6a4a0bc;hp=119f7ed69b5b1d15f6af6ad1e1aee014e0259486;hpb=e27ce02d4d96ac2b8220134c837c53cfef8eba23;p=idzebra-moved-to-github.git diff --git a/dfa/agrep.c b/dfa/agrep.c index 119f7ed..2214fb5 100644 --- a/dfa/agrep.c +++ b/dfa/agrep.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: agrep.c,v $ - * Revision 1.8 1996-01-08 09:09:16 adam + * Revision 1.10 1997-09-09 13:37:57 adam + * Partial port to WIN95/NT. + * + * Revision 1.9 1996/10/29 13:57:18 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.8 1996/01/08 09:09:16 adam * Function dfa_parse got 'const' string argument. * New functions to define char mappings made public. * @@ -40,11 +46,14 @@ #include #include -#include +#include +#ifdef WINDOWS +#include +#else #include +#endif - -#include +#include #include #include "imalloc.h"