2 * Copyright (C) 1994-1999, Index Data
4 * Sebastian Hammer, Adam Dickmeiss
7 * Revision 1.3 1999-02-02 14:50:11 adam
8 * Updated WIN32 code specific sections. Changed header.
10 * Revision 1.2 1995/01/24 16:00:22 adam
11 * Added -ansi to CFLAGS.
12 * Some changes to the dfa module.
14 * Revision 1.1 1994/09/26 10:16:55 adam
15 * First version of dfa module in alex. This version uses yacc to parse
16 * regular expressions. This should be hand-made instead.
21 int read_file ( const char *, struct DFA * );
22 void error ( const char *, ... );