[Scummvm-devel] PROPOSAL: Removing (f)printf usage
Eugene Sandulenko
sev at scummvm.org
Mon Nov 1 21:22:25 CET 2010
On Mon, 1 Nov 2010 17:10:49 +0100
Max Horn <max at quendi.de> wrote:
> P.S.: Here is what the autoconf manual has to say about va_copy and
> how to use it portably:
>
>
> va_copy
> The C99 standard provides va_copy for copying va_list variables. It
> may be available in older environments too, though possibly as
> __va_copy (e.g., gcc in strict pre-C99 mode). These can be tested
> with #ifdef. A fallback to memcpy (&dst, &src, sizeof (va_list))
> gives maximum portability.
It probably save time to restore my va-copy related reverts r53585 and
r53586 and start from those.
Eugene
More information about the Scummvm-devel
mailing list