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

1
lua.h
View File

@@ -489,7 +489,6 @@ LUA_API lua_Hook (lua_gethook) (lua_State *L);
LUA_API int (lua_gethookmask) (lua_State *L);
LUA_API int (lua_gethookcount) (lua_State *L);
LUA_API int (lua_setcstacklimit) (lua_State *L, unsigned int limit);
struct lua_Debug {
int event;