diff options
Diffstat (limited to 'l10ntools/source/cfglex.l')
-rw-r--r-- | l10ntools/source/cfglex.l | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/l10ntools/source/cfglex.l b/l10ntools/source/cfglex.l index 7313527541e6..f87baf41813d 100644 --- a/l10ntools/source/cfglex.l +++ b/l10ntools/source/cfglex.l @@ -42,6 +42,8 @@ #include "sal/main.h" +#include "cfglex.hxx" + #if HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY #pragma GCC diagnostic ignored "-Wunused-function" #pragma GCC diagnostic ignored "-Wunused-label" @@ -56,10 +58,6 @@ int yycolumn = 1; #define YY_USER_ACTION yycolumn += yyleng; -/* external functions (C++ code, declared as extern "C" */ -extern "C" void workOnTokenSet( int, char* ); -extern "C" FILE * init(int, char **); - int bText=0; %} |