1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

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