Removed deprecated function 'setcstacklimit'
This commit is contained in:
6
lstate.c
6
lstate.c
@@ -66,12 +66,6 @@ void luaE_setdebt (global_State *g, l_obj debt) {
|
||||
}
|
||||
|
||||
|
||||
LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) {
|
||||
UNUSED(L); UNUSED(limit);
|
||||
return LUAI_MAXCCALLS; /* warning?? */
|
||||
}
|
||||
|
||||
|
||||
CallInfo *luaE_extendCI (lua_State *L) {
|
||||
CallInfo *ci;
|
||||
lua_assert(L->ci->next == NULL);
|
||||
|
||||
Reference in New Issue
Block a user