Removed deprecated function 'setcstacklimit'

This commit is contained in:
Roberto Ierusalimschy
2024-02-07 14:20:43 -03:00
parent 6063c47031
commit 7360f8d0fd
3 changed files with 0 additions and 16 deletions

View File

@@ -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);