lua-users home
lua-l archive

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


> That said, why have the "tocont" argument rather than doing it
> printf-style? i.e. make the signature of the user-supplied warning
> function take a va_list, a la vfprintf.

Any suggestion about how to export that to Lua? That is, how to
implementt a "warn(msg1, msg2, ..., msgN)" for Lua with a single
call to such a lua_warn?

-- Roberto