X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Flexer.h;h=305223ec7f2fb5b5ab51f7391720e252048d121c;hb=df117f4652b6999cf689cf5e2e65f8d8541ab4b0;hp=050e998875ff003a8bbf1c3939ff5f3eced2f52d;hpb=3c5f6226f97612c0d6ac40591f600587c5ffa858;p=idzebra-moved-to-github.git 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 +