On Sat, Jul 19, 2003 at 01:26:56PM +0300, Tuomo Valkonen wrote: > All I know is that va_copy is a C99 feature and is hardly anywhere > available. The obvious patch is to store a pointer to the original > va_list in ExtlDoCallParam instead of assigning a copy there.
This fix should be in the latest CVS snapshot. The luaextl.c in the snapshot probably isn't compatible with the current release thanks to the OO bindings change. -- Tuomo
