restore a linux 2.4.26 kernel compilation (commit 5bcc3eed7b93 correction)
commit78c076a70f562fc88bcd6e467bfe61b856f91fbd
authorseyko <seyko2@gmail.com>
Fri, 20 Mar 2015 07:44:26 +0000 (20 10:44 +0300)
committerseyko <seyko2@gmail.com>
Fri, 20 Mar 2015 07:44:26 +0000 (20 10:44 +0300)
tree7ac1d6b2b0c780646424bc22976e835dbf3388e0
parente3851d233f7a636e65a3eb00e51dee2120aaf087
restore a linux 2.4.26 kernel compilation (commit 5bcc3eed7b93 correction)

The following check in tccgen.c is removed
    if (nocode_wanted)
tcc_error("statement expression in global scope");
This check is introduced in commit 5bcc3eed7b93 and breaks compilation
of the linux 2.4.26 kernel.
tccgen.c