clarify support for functions returning an array
commit31fe1cc62b30e52d35dfd669dc9bc3dbb5a8ad8e
authorJoe Soroka <gits@joesoroka.com>
Tue, 8 Mar 2011 22:13:08 +0000 (8 14:13 -0800)
committerJoe Soroka <gits@joesoroka.com>
Tue, 8 Mar 2011 22:13:08 +0000 (8 14:13 -0800)
tree5be2fcc3b843256556fa55218fd5fbab3268b459
parent5eb82755db1e46a4c7cb7ded62d8176daf1da572
clarify support for functions returning an array

previously, tcc would accept a prototype of a function returning
an array, but not giving those functions bodies nor calling them.
it seems that gcc has never supported them, so we should probably
just error out... but it's possible that someone already using
tcc includes some header that contains an unused prototype for
one, so let's continue to support that.
tccgen.c