mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Removed deprecated function 'setcstacklimit'
This commit is contained in:
parent
6063c47031
commit
7360f8d0fd
3 changed files with 0 additions and 16 deletions
1
lua.h
1
lua.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue