Do not use macro for installation
[profile/ivi/flex.git] / packaging / flex-2.5.35-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; \\");