updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / lib32-flex / flex-2.5.35-sign.patch
blobfbee18bdeeccde43049056f976074a7616e4aa1a
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; \\");