X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fgrepper.c;h=1340247aa8a927985925dc0862efa19fd8b6f2da;hb=ce3907338568fce46c5751e7e1091a5ad1c8e291;hp=cefb2f6e58f610e2b3345404600876ecb0cbea6d;hpb=e27ce02d4d96ac2b8220134c837c53cfef8eba23;p=idzebra-moved-to-github.git diff --git a/dfa/grepper.c b/dfa/grepper.c index cefb2f6..1340247 100644 --- a/dfa/grepper.c +++ b/dfa/grepper.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: grepper.c,v $ - * Revision 1.6 1996-01-08 09:09:20 adam + * Revision 1.7 1996-10-29 13:57:24 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.6 1996/01/08 09:09:20 adam * Function dfa_parse got 'const' string argument. * New functions to define char mappings made public. * @@ -31,7 +34,7 @@ #include #include -#include +#include #include #include "imalloc.h"