Enhance portability of va_copy()
authorPetri Lehtinen <petri@digip.org>
Sun, 20 Mar 2011 19:15:39 +0000 (21:15 +0200)
committerPetri Lehtinen <petri@digip.org>
Sun, 20 Mar 2011 19:23:37 +0000 (21:23 +0200)
commitb90ed1accb3fcdf1111dbe33a2ce4519eb6e5d0c
treeae1d5ffd6464582383675193318c797d2590a98e
parent11119601205b4276464e55a6518049a370560e60
Enhance portability of va_copy()

va_copy() is a C99 feature. In C89 implementations, it's sometimes
available as __va_copy(). If not, memcpy() should do the trick.
src/jansson_private.h
src/load.c