help-flex
[Top][All Lists]
Advanced

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

Flex 2.5.8 gen.c patch


From: Bruce Lilly
Subject: Flex 2.5.8 gen.c patch
Date: Fri, 28 Jun 2002 18:12:57 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

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

reply via email to

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