help-flex
[Top][All Lists]
Advanced

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

Re: Flex 2.5.8 gen.c patch


From: John Millaway
Subject: Re: Flex 2.5.8 gen.c patch
Date: Fri, 28 Jun 2002 16:06:21 -0700 (PDT)

Thanks.  It's not that simple, though, since flex varies the alignment 
depending upon the 'align' option.


--- Bruce Lilly <address@hidden> wrote:
> Patch corrects mismatch between printf specifier and variable type.
> 
> 
> > *** gen.c.orig      Thu May 23 11:53:37 2002
> --- gen.c     Fri Jun 28 18:09:01 2002
> ***************
> *** 1494,1500 ****
>               else
>                       {
>                       indent_puts(
> !     "fprintf( stderr, \"--accepting rule at line %d (\\\"%s\\\")\\n\"," );
>   
>                       indent_puts(
>                               "         yy_rule_linenum[yy_act], yytext );" );
> --- 1494,1500 ----
>               else
>                       {
>                       indent_puts(
> !     "fprintf( stderr, \"--accepting rule at line %ld (\\\"%s\\\")\\n\"," );
>   
>                       indent_puts(
>                               "         yy_rule_linenum[yy_act], yytext );" );
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



reply via email to

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