X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dfa%2Flexer.h;h=305223ec7f2fb5b5ab51f7391720e252048d121c;hp=050e998875ff003a8bbf1c3939ff5f3eced2f52d;hb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f;hpb=084ad8d210469872bda11c201267a361ca295435 diff --git a/dfa/lexer.h b/dfa/lexer.h index 050e998..305223e 100644 --- a/dfa/lexer.h +++ b/dfa/lexer.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: lexer.h,v $ - * Revision 1.3 1999-02-02 14:50:11 adam + * Revision 1.4 1999-05-26 07:49:12 adam + * C++ compilation. + * + * Revision 1.3 1999/02/02 14:50:11 adam * Updated WIN32 code specific sections. Changed header. * * Revision 1.2 1995/01/24 16:00:22 adam @@ -17,9 +20,16 @@ * */ +#ifdef __cplusplus +extern "C" { +#endif int read_file ( const char *, struct DFA * ); void error ( const char *, ... ); extern int ccluse; +#ifdef __cplusplus +} +#endif +