On Sat, 2003-12-20 at 13:17, David Zeuthen wrote: > > It's C99, so probably not that portable. Btw, using va_start/va_end is > not possible as the caller gives the va_list, yes?. > Right. I think what we need to do is make our own portable va_copy macro, much as glib does. Havoc