lua-users home
lua-l archive

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


> if PushNewPoint() is being called directly from the application,
> luaL_error will call exit()

Only if you haven't used a protected call. See lua_cpcall for instance.