On 11/26/2009 11:38 AM, Erik Faye-Lund wrote:
In practice it seems that something like the following works portably-enough for many applications, dunno if it's something we'll be happy with: #ifndef va_copy #define va_copy(a,b) ((a) = (b)) #endif
Yes, this is correct. Paolo -- 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