Skip to content
  • Chun-wei Fan's avatar
    Use G_VA_COPY instead of va_copy() · b72bb9dd
    Chun-wei Fan authored
    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.
    b72bb9dd