tccpp: no cache for include if #elif seen
commit1c4cf1855632d712a67f3cc28e43469f8b5f936a
authorgrischka <grischka>
Tue, 4 Oct 2016 15:31:40 +0000 (4 17:31 +0200)
committergrischka <grischka>
Tue, 4 Oct 2016 15:31:40 +0000 (4 17:31 +0200)
tree9544f2804527c4847f0783211766d1378c3e451a
parent5805b07218aef3c1049b5db9d89841d383ee917d
tccpp: no cache for include if #elif seen

#ifndef guards are cached, however after #elif on the
same level, the file must be re-read.

Also: preprocess asm as such even when there is no
assembler (arm).
libtcc.c
tccpp.c