search for: __stdarg_h

Displaying 2 results from an estimated 2 matches for "__stdarg_h".

2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
...is applies de776439b61fb71c1256ad86238799c758c66048 from the LLVM git monorepo to the embedded LLD. * Patches to clang headers: diff --git a/c_headers/stdarg.h b/c_headers/stdarg.h index d603d353..101426ff 100644 --- a/c_headers/stdarg.h +++ b/c_headers/stdarg.h @@ -26,14 +26,10 @@ #ifndef __STDARG_H #define __STDARG_H -/* zig: added because macos _va_list.h was duplicately defining va_list - */ #ifndef _VA_LIST -#ifndef _VA_LIST_T typedef __builtin_va_list va_list; #define _VA_LIST #endif -#endif #define va_start(ap, param) __builtin_va_start(ap, param) #define va_end(ap) __bu...
2017 Nov 30
9
5.0.1-rc2 has been tagged
Hi, I've tagged the 5.0.1-rc2 release, go ahead and start testing and report your results. -Tom