Added -ansi to CFLAGS.
[idzebra-moved-to-github.git] / dfa / lexer.h
1 /*
2  * Copyright (C) 1994, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: lexer.h,v $
7  * Revision 1.2  1995-01-24 16:00:22  adam
8  * Added -ansi to CFLAGS.
9  * Some changes to the dfa module.
10  *
11  * Revision 1.1  1994/09/26  10:16:55  adam
12  * First version of dfa module in alex. This version uses yacc to parse
13  * regular expressions. This should be hand-made instead.
14  *
15  */
16
17
18 int        read_file      ( const char *, struct DFA * );
19 void       error          ( const char *, ... );
20
21 extern int ccluse;
22