mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
'setCstacklimit' renamed to 'setcstacklimit'
Function names in the API use only lowercase letters.
This commit is contained in:
parent
6b2e202df5
commit
03cde80b58
5 changed files with 23 additions and 23 deletions
2
lua.h
2
lua.h
|
|
@ -462,7 +462,7 @@ 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);
|
||||
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