glib-genmarshal.c: Use G_VA_COPY instead of va_copy()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 07:04:17 +0000 (15:04 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 07:04:17 +0000 (15:04 +0800)
commitd642bf442ffcfba52c58764b03ac6dcf21feb1cf
tree41b0489e4dc8b9b1567cdb2beb286756d92e5996
parentb72bb9dd08b15a3f85ab593121f9ba49828c07c2
glib-genmarshal.c: Use G_VA_COPY instead of va_copy()

In the code generation portion, va_copy() is not universally available,
so use the existing G_VA_COPY macro that in turn calls va_copy() if it
is available or call an appropriate emulation otherwise.
gobject/glib-genmarshal.c