diff options
| author | Joe Soroka <gits@joesoroka.com> | 2011-03-08 14:13:08 -0800 |
|---|---|---|
| committer | Joe Soroka <gits@joesoroka.com> | 2011-03-08 14:13:08 -0800 |
| commit | 31fe1cc62b30e52d35dfd669dc9bc3dbb5a8ad8e (patch) | |
| tree | 5be2fcc3b843256556fa55218fd5fbab3268b459 /tccrun.c | |
| parent | 5eb82755db1e46a4c7cb7ded62d8176daf1da572 (diff) | |
| download | tinycc-31fe1cc62b30e52d35dfd669dc9bc3dbb5a8ad8e.tar.gz tinycc-31fe1cc62b30e52d35dfd669dc9bc3dbb5a8ad8e.tar.bz2 | |
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.
Diffstat (limited to 'tccrun.c')
0 files changed, 0 insertions, 0 deletions
