mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +08:00
Undefine __va* in libtcc1 to avoid errors w/ clang
This commit is contained in:
parent
e50f08faa1
commit
73ac39c317
@ -647,6 +647,11 @@ struct __va_list_struct {
|
||||
char *reg_save_area;
|
||||
};
|
||||
|
||||
#undef __va_start
|
||||
#undef __va_arg
|
||||
#undef __va_copy
|
||||
#undef __va_end
|
||||
|
||||
void *__va_start(void *fp)
|
||||
{
|
||||
struct __va_list_struct *ap =
|
||||
|
Loading…
Reference in New Issue
Block a user