diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2013-09-16 14:48:33 +0200 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2013-09-16 14:48:33 +0200 |
| commit | 76cb1144ef91924c53c57ea71e6f67ce73ce1cc6 (patch) | |
| tree | 9df80e9c6e5ed94a7753e1cc3c92334ec0994e8a /include/stdarg.h | |
| parent | 13b997668e32a4b451783fd80525cf221149c5b3 (diff) | |
| download | tinycc-76cb1144ef91924c53c57ea71e6f67ce73ce1cc6.tar.gz tinycc-76cb1144ef91924c53c57ea71e6f67ce73ce1cc6.tar.bz2 | |
Generate an error when a function is redefined
Use one more bit in AttributeDef to differenciate between declared
function (only its prototype is known) and defined function (its body is
also known). This allows to generate an error in cases like:
int f(){return 0;}
int f(){return 1;}
Diffstat (limited to 'include/stdarg.h')
0 files changed, 0 insertions, 0 deletions
