Remove multiple definition error caused by combination of x86-64 and va_list.
commitebb874e2164308b1b9a53a2b1f6d1b9f65894059
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>
Tue, 31 Mar 2009 18:45:18 +0000 (1 03:45 +0900)
committergrischka <grischka>
Sat, 18 Apr 2009 13:07:09 +0000 (18 15:07 +0200)
tree8f20f558fe52bac208014ab4d8609ec6ad58bcff
parent6512d9e2eac343c8419f61866ec7b866e19bf2c4
Remove multiple definition error caused by combination of x86-64 and va_list.

We need malloc and free to implement va_start and va_end.
Since malloc and free may be replaced by #define, we add __builtin_malloc and __builtin_free.
stdarg.h
tcc.c
tcctok.h