On Friday, April 22, 2005 at 15:49, usel wrote:
> flex 2.5.31 adds this weird line to the generated header file:
> 
>   static int yy_init_globals (yyscan_t yyscanner );

May this be the fix?

Regards,

Oskar Liljeblad ([EMAIL PROTECTED])

diff -u flex.skl.v0 flex.skl
--- flex.skl.v0 2005-04-22 15:42:46.000000000 +0200
+++ flex.skl    2005-04-22 15:42:57.000000000 +0200
@@ -815,7 +815,7 @@
 ]])
 
 
-m4_ifdef( [[M4_YY_IN_HEADER]],
+m4_ifdef( [[M4_YY_NOT_IN_HEADER]],
 [[
 static int yy_init_globals M4_YY_PARAMS( M4_YY_PROTO_ONLY_ARG );
 ]])


_______________________________________________
Help-flex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-flex

Reply via email to