On Thu, 2003-12-18 at 15:23, Timothy Vogelsang wrote:
> va_arg_t has not been in a state where you can assume it is scalar for a
> while now, it will work as scalar on most x86 linux distributions but not
> all.

The proper solution here, then, is to make it a (va_arg_t *).  Your
solution of va_copy() is nice, but unfortunately, it's still a very new
feature in the C world, and we still need to support older compilers...
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to