]> git.pld-linux.org Git - packages/flex.git/blob - flex-sign.patch
fbee18bdeeccde43049056f976074a7616e4aa1a
[packages/flex.git] / flex-sign.patch
1 --- flex-2.5.35/gen.c-orig      2008-04-30 22:51:08.000000000 +0200
2 +++ flex-2.5.35/gen.c   2008-04-30 22:51:14.000000000 +0200
3 @@ -1890,7 +1890,7 @@
4                         outn ("\tif ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \\");
5                         outn ("\t\t{ \\");
6                         outn ("\t\tint c = '*'; \\");
7 -                       outn ("\t\tint n; \\");
8 +                       outn ("\t\tunsigned n; \\");
9                         outn ("\t\tfor ( n = 0; n < max_size && \\");
10                         outn ("\t\t\t     (c = getc( yyin )) != EOF && c != '\\n'; ++n ) \\");
11                         outn ("\t\t\tbuf[n] = (char) c; \\");
This page took 0.066044 seconds and 2 git commands to generate.