▲ | aslatter 5 days ago | |||||||
tcc version 0.9.28rc returns "1", whatever that means. | ||||||||
▲ | kelnos 5 days ago | parent [-] | |||||||
Pretty sure that means that tcc at least believes it is a C99 (or later) compiler; if it conformed to an earlier spec it (probably?) would have considered the inner `enum { C99 = 0 }` definition to be still in scope, and the return value would be 0. I think. | ||||||||
|