comment out tcc_error_noabort("'%s' defined twice"...
commitc07785a1eac2ce244e7b5e2102e587961ff5c2dc
authorseyko <seyko2@gmail.com>
Sat, 24 Oct 2015 21:41:17 +0000 (25 00:41 +0300)
committerseyko <seyko2@gmail.com>
Sat, 24 Oct 2015 21:41:17 +0000 (25 00:41 +0300)
tree4e04fab12e865f3aada0992161c418f7526c7b9b
parent12f94f27703032f1cd17924b352158a723a4ef7c
comment out tcc_error_noabort("'%s' defined twice"...

    gcc-3.4.6 don't give such error by default
    example file1
char __version_303_xxxxxxxx;
void func1() {}
    example file2
char __version_303_xxxxxxxx;
void func2() {}
int main() { return 0; }
tccelf.c