mirror of
https://github.com/frida/tinycc
synced 2024-12-26 15:06:58 +03: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