050e998875ff003a8bbf1c3939ff5f3eced2f52d
[idzebra-moved-to-github.git] / dfa / lexer.h
1 /*
2  * Copyright (C) 1994-1999, Index Data
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: lexer.h,v $
7  * Revision 1.3  1999-02-02 14:50:11  adam
8  * Updated WIN32 code specific sections. Changed header.
9  *
10  * Revision 1.2  1995/01/24 16:00:22  adam
11  * Added -ansi to CFLAGS.
12  * Some changes to the dfa module.
13  *
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.
17  *
18  */
19
20
21 int        read_file      ( const char *, struct DFA * );
22 void       error          ( const char *, ... );
23
24 extern int ccluse;
25