On Wed, Jan 02, 2002 at 05:35:55PM +0100, Gerhard Tonn wrote: > libsafe doesn't build from source on s390 and powerpc. va_list assignment is > not portable. Please use the attached patch. For details of the error see
Might be worth noting that __va_copy() is not portable (it's a GCC thing) and guarding it with ifdefs (it's a prepreocessor macro). C99 provides the standard va_copy() but relying on that just now is a tad optimistic. -- "You grabbed my hand and we fell into it, like a daydream - or a fever."
pgp81Gb9hcrGZ.pgp
Description: PGP signature