X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Flexer.h;h=050e998875ff003a8bbf1c3939ff5f3eced2f52d;hb=3c5f6226f97612c0d6ac40591f600587c5ffa858;hp=11780637289cf65dfcba81c2c76bfb774ae0df8f;hpb=ead74d0c3b9d76204494553c61854812eb69bbc7;p=idzebra-moved-to-github.git diff --git a/dfa/lexer.h b/dfa/lexer.h index 1178063..050e998 100644 --- a/dfa/lexer.h +++ b/dfa/lexer.h @@ -1,17 +1,24 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: lexer.h,v $ - * Revision 1.1 1994-09-26 10:16:55 adam + * Revision 1.3 1999-02-02 14:50:11 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.2 1995/01/24 16:00:22 adam + * Added -ansi to CFLAGS. + * Some changes to the dfa module. + * + * Revision 1.1 1994/09/26 10:16:55 adam * First version of dfa module in alex. This version uses yacc to parse * regular expressions. This should be hand-made instead. * */ -int read_file ( const char *, DFA ** ); +int read_file ( const char *, struct DFA * ); void error ( const char *, ... ); extern int ccluse;