On Mon, Aug 17, 2009 at 6:53 PM, Paolo Bonzini<bonzini@xxxxxxx> wrote: > #ifndef va_copy > #define va_copy(dst, src) ((dst) = (src)) > #endif Are you sure va_copy is always a preprocessor symbol? How about #ifdef _MSC_VER #define va_copy(dst, src) ((dst) = (src)) #endif instead? It'd make me sleep slightly better at night, at least ;) -- Erik "kusma" Faye-Lund kusmabite@xxxxxxxxx (+47) 986 59 656 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html