Thread (10 messages) flat view 10 messages, 6 authors, 2016-06-15

Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:47:15

Hi,

On Mon, 17 Aug 2009, Erik Faye-Lund wrote:
On Mon, Aug 17, 2009 at 6:53 PM, Paolo Bonzini[off-list ref] wrote:
quoted
#ifndef va_copy
#define va_copy(dst, src)       ((dst) = (src))
#endif
Are you sure va_copy is always a preprocessor symbol? How about

#ifdef _MSC_VER
#define va_copy(dst, src)       ((dst) = (src))
#endif
Why not #define it in compat/msvc.h?  Or introduce a 
DEFINE_VA_COPY_TRIVIALLY symbol or some such?

Ciao,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help