X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=dfa%2Flexer.h;h=3c446e46be34db823d8dbba5a686617352f16cfe;hb=6f5101be21e854a5125b489a03814cc7509236cc;hp=11780637289cf65dfcba81c2c76bfb774ae0df8f;hpb=f5dc6557f3074640f978efa62616868e0029cf93;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;