From 03cde80b58ea7f112f1b7a35c037893093b59f2e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 24 Sep 2019 14:31:06 -0300 Subject: 'setCstacklimit' renamed to 'setcstacklimit' Function names in the API use only lowercase letters. --- lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua.h') diff --git a/lua.h b/lua.h index d3575fd9..bd2631e5 100644 --- a/lua.h +++ b/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; -- cgit v1.2.1