X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Freadfile.c;h=cd40c926c6d9e192862278800b0d6869b05df1fb;hb=289af445bf7c8042b46200f9f2af18049ae049fb;hp=9a83df3ba181226e2a6ce1e06f62f18c2eaecc1b;hpb=e27ce02d4d96ac2b8220134c837c53cfef8eba23;p=idzebra-moved-to-github.git diff --git a/dfa/readfile.c b/dfa/readfile.c index 9a83df3..cd40c92 100644 --- a/dfa/readfile.c +++ b/dfa/readfile.c @@ -1,10 +1,16 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: readfile.c,v $ - * Revision 1.6 1996-01-08 09:09:21 adam + * Revision 1.8 1999-02-02 14:50:12 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.7 1996/10/29 13:57:28 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.6 1996/01/08 09:09:21 adam * Function dfa_parse got 'const' string argument. * New functions to define char mappings made public. * @@ -34,7 +40,7 @@ #include #include -#include +#include #include #include "lexer.h"