p_compiler: add replacement va_copy
authorLuca Barbieri <luca@luca-barbieri.com>
Fri, 20 Aug 2010 22:39:31 +0000 (00:39 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Fri, 20 Aug 2010 22:51:29 +0000 (00:51 +0200)
commit9960200d5eef97e38d5565cfc1775e3d8f7800a2
treeaded3d92bff63de382c9caa9ff2ad2cbbf358961
parent7f80041efae5be95ef53b8164e67027d234f9574
p_compiler: add replacement va_copy

This might technically not always be correct, because va_copy might
be a function, or a system might not have va_copy, and not work with
assignment.

Hopefully this is never the case.
Without configure tests, it doesn't seem possible to do better.
src/gallium/include/pipe/p_compiler.h