*** empty log message ***
[idzebra-moved-to-github.git] / dfa / readfile.c
index 4fd9cc9..d28bbd2 100644 (file)
@@ -4,7 +4,14 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: readfile.c,v $
- * Revision 1.3  1995-01-24 16:00:22  adam
+ * Revision 1.5  1995-09-04 12:33:27  adam
+ * Various cleanup. YAZ util used instead.
+ *
+ * Revision 1.4  1995/01/25  11:30:51  adam
+ * Simple error reporting when parsing regular expressions.
+ * Memory usage reduced.
+ *
+ * Revision 1.3  1995/01/24  16:00:22  adam
  * Added -ansi to CFLAGS.
  * Some changes to the dfa module.
  *
@@ -23,7 +30,7 @@
 #include <string.h>
 #include <ctype.h>
 
-#include <util.h>
+#include <alexutil.h>
 #include <dfa.h>
 #include "lexer.h"
 
@@ -104,6 +111,7 @@ static void read_rules (struct DFA *dfa)
             {
                 fprintf (stderr, "%s #%d: regular expression syntax error\n",
                         inf_name, line_no);
+                assert (0);
                 err_no++;
             }
             else