aboutsummaryrefslogtreecommitdiff
path: root/include/stdarg.h
Commit message (Collapse)AuthorAgeFilesLines
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-42/+10
| | | | | | | | - add __builtin_va_arg_types to check how arguments were passed - move most code of stdarg into libtcc1.c - remove __builtin_malloc and __builtin_free - add a test case based on the bug report (http://www.mail-archive.com/tinycc-devel@nongnu.org/msg03036.html)
* win64: use new headers from mingwgrischka2009-07-181-3/+9
|
* drop alloca #definegrischka2009-05-161-16/+0
| | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them.
* new subdirs: include, lib, testsgrischka2009-04-181-0/+83