bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: extend the scope of xasprintf


From: Paul Eggert
Subject: Re: extend the scope of xasprintf
Date: Wed, 03 May 2006 11:03:57 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Bruno Haible <address@hidden> writes:

> +   /* Determine the total size.  */
> +   totalsize = 0;
> +   va_copy (ap, args);

There's a portability issue here, as va_copy is not in C89
(it's a C99-ism).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]