Use G_VA_COPY instead of va_copy()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 06:51:22 +0000 (14:51 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 06:51:22 +0000 (14:51 +0800)
commitb72bb9dd08b15a3f85ab593121f9ba49828c07c2
treebfd3019a74a2727385e48d0f29c0114bbf1a3b21
parent75ca1cd15891739052c96e94eed5f046f344f9c5
Use G_VA_COPY instead of va_copy()

va_vopy() is not universally available in all compilers, so make use of
the existing G_VA_COPY macro which either calls va_copy() if it is
available, or emulates it if otherwise.
gobject/gclosure.c
gobject/gmarshal.c