[EMAIL PROTECTED] (Eric Blake) writes: > +#define gl_va_copy(a,b) (a) = (b)])
I'm not familiar with this package, but surely that should be ((a) = (b)), not (a) = (b).
[EMAIL PROTECTED] (Eric Blake) writes: > +#define gl_va_copy(a,b) (a) = (b)])
I'm not familiar with this package, but surely that should be ((a) = (b)), not (a) = (b).