'setCstacklimit' renamed to 'setcstacklimit'

Function names in the API use only lowercase letters.
This commit is contained in:
Roberto Ierusalimschy
2019-09-24 14:31:06 -03:00
parent 6b2e202df5
commit 03cde80b58
5 changed files with 23 additions and 23 deletions

2
lua.h
View File

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