Small bug in 'luaE_luaE_statesize'

Plus, function was renamed to 'luaE_threadsize'.
This commit is contained in:
Roberto Ierusalimschy
2024-10-21 15:30:35 -03:00
parent 258355734d
commit 9b01da97e3
3 changed files with 4 additions and 4 deletions

View File

@@ -416,7 +416,7 @@ union GCUnion {
LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
LUAI_FUNC size_t luaE_statesize (lua_State *L);
LUAI_FUNC size_t luaE_threadsize (lua_State *L);
LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
LUAI_FUNC void luaE_shrinkCI (lua_State *L);
LUAI_FUNC void luaE_checkcstack (lua_State *L);