bug-indent
[Top][All Lists]
Advanced

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

(no subject)


From: Conrado Miranda
Subject: (no subject)
Date: Tue, 24 Apr 2007 18:24:48 -0300

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


reply via email to

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