mirror of
https://github.com/Relintai/osxcross.git
synced 2025-04-11 17:32:38 +02:00
diff: -#if __STDC_VERSION__ >= 199900L || !defined(__STRICT_ANSI__) +#if __STDC_VERSION__ >= 199900L || __cplusplus >= 201103L || !defined(__STRICT_ANSI__) #define va_copy(dest, src) __builtin_va_copy(dest, src) #endif |
||
---|---|---|
.. | ||
check_clang_target_option.sh | ||
find_intrinsic_headers.sh | ||
find_lto_header.sh | ||
oclang | ||
test.c | ||
test.cpp |