ERROR: output.c:26: error: static declaration of 'output' follows non-static declaration indent.h:100: error: previous declaration of 'output' was here output.c: In function 'open_output': output.c:1149: warning: incompatible implicit declaration of built-in function 'exit' make[3]: ** [output.o] Erro 1 make[3]: Leaving directory `/home/usuario/Desktop/indent-2.2.9/src' make[2]: ** [all] Erro 2 make[2]: Leaving directory `/home/usuario/Desktop/indent-2.2.9/src' make[1]: ** [all-recursive] Erro 1 make[1]: Leaving directory `/home/usuario/Desktop/indent-2.2.9' make: ** [all] Erro 2
LINE WITH PROBLEM: static FILE * output = NULL; CORRECTION: FILE * output = NULL; Versions: gcc (GCC) 4.1.0 20060304 autoconf (GNU Autoconf) 2.59 automake (GNU automake) 1.9.6 Linux 2.6.16-1.2111_FC5 _______________________________________________ bug-indent mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-indent
