libtcc.c: fix compilation failure (inconsistent tcc_add_file_internal)
commit83b0bd3095ac755a79aa1314424f9dc6a01bd0ff
authorSergei Trofimovich <st@anti-virus.by>
Mon, 19 Apr 2010 08:46:36 +0000 (19 11:46 +0300)
committerSergei Trofimovich <st@anti-virus.by>
Mon, 19 Apr 2010 08:46:36 +0000 (19 11:46 +0300)
tree7e798d41a2397df0d500eee633902af47edd8a46
parente4ed4e7f4f6659c35d5e84b03451a4f135caff0c
libtcc.c: fix compilation failure (inconsistent tcc_add_file_internal)

gcc -o libtcc1.o -c lib/libtcc1.c -O2 -Wall
libtcc.c: At top level:
libtcc.c:1063: error: static declaration of 'tcc_add_file_internal' follows non-static declaration
tccelf.c:2915: note: previous implicit declaration of 'tcc_add_file_internal' was here

Signed-off-by: Sergei Trofimovich <st@anti-virus.by>
libtcc.c
tcc.h