Fix (?) build

svn path=/trunk/; revision=41430
This commit is contained in:
KJK::Hyperion 2009-06-17 02:22:39 +00:00
parent 8f85d133fc
commit c7664e0070

View file

@ -91,7 +91,7 @@ extern "C" {
#define __va_copy(d,s) ((void)((d) = (s))) #define __va_copy(d,s) ((void)((d) = (s)))
#endif #endif
#if !defined(__STRICT_ANSI__) || __STDC_VERSION__ + 0 >= 199900L #if !defined(va_copy) && (!defined(__STRICT_ANSI__) || __STDC_VERSION__ + 0 >= 199900L)
#define va_copy(d,s) __va_copy((d),(s)) #define va_copy(d,s) __va_copy((d),(s))
#endif #endif