From: Rémi Bernon rbernon@codeweavers.com
--- tools/widl/parser.l | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 8412ca7c64e..71ab2a0981f 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l @@ -20,6 +20,7 @@
%option stack %option noinput nounput noyy_top_state +%option noyywrap %option 8bit never-interactive prefix="parser_"
nl \r?\n @@ -232,13 +233,6 @@ SAFEARRAY{ws}*/( return tSAFEARRAY; } %%
-#ifndef parser_wrap -int parser_wrap(void) -{ - return 1; -} -#endif - struct keyword { const char *kw; int token;