|
http://lua-users.org/wiki/LuaFiveTwo
claims that lua_cpcall() will be removed. What do I use instead of lua_cpcall()? That seems pretty
fundamental to Lua. Even lua.c uses it to wrap the main function. Without it,
how do you guard against a panic in your main function? -Erik |