lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> so any caller of luaL_verror() would need to provide a valid va_list, and
> the only way to get this is to use va_start() before the luaL_verror()
> call and va_end() after.. but you cannot do that, since that code will not
> be reached.

You are right, my bad. (One more reason not to provide that function ;)

-- Roberto