Added -ansi to CFLAGS.
[idzebra-moved-to-github.git] / dfa / lexer.h
index 1178063..3c446e4 100644 (file)
@@ -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;