help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: yy_init_globals in header file?


From: Oskar Liljeblad
Subject: Re: yy_init_globals in header file?
Date: Fri, 22 Apr 2005 15:50:13 +0200
User-agent: Mutt/1.5.6+20040907i

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 (address@hidden)

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 );
 ]])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]