efl: stop depending on va_list type
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 2 Jan 2013 20:55:57 +0000 (20:55 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 2 Jan 2013 20:55:57 +0000 (20:55 +0000)
commitf1f81ca7c9ada6a135b4efd30fbf5c6292ec6b32
tree97b361fcd32454c8e02f7533688174e8688ea8a6
parent81cf390f1704b354e28980291be971be8e02d832
efl: stop depending on va_list type

va_list may be typedef'ed not only to array and pointer but also to a
plain struct. It could be made to work this way, but it's a lot simpler
a safer to not depend on it. To deal with the array corner case we copy
the va_list from the function arguments to the stack and call the "real"
function passing it.

SVN revision: 82017
configure.ac
m4/ac_valist.m4 [deleted file]
src/lib/edbus/edbus_message.c
src/lib/edbus/edbus_private.h