mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01: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 |