X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Flexer.h;h=3c446e46be34db823d8dbba5a686617352f16cfe;hb=e127268c91736bf5a116cbc24653da4b845ca046;hp=11780637289cf65dfcba81c2c76bfb774ae0df8f;hpb=ead74d0c3b9d76204494553c61854812eb69bbc7;p=idzebra-moved-to-github.git diff --git a/dfa/lexer.h b/dfa/lexer.h index 1178063..3c446e4 100644 --- a/dfa/lexer.h +++ b/dfa/lexer.h @@ -4,14 +4,18 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: lexer.h,v $ - * Revision 1.1 1994-09-26 10:16:55 adam + * 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;