diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-10-21 15:30:35 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-10-21 15:30:35 -0300 |
commit | 9b01da97e3a8f2df9acbd3b86af50e4040e9d914 (patch) | |
tree | 080785c60c93dde758af6c3e9a80291ecf4ae7aa /lstate.h | |
parent | 258355734d3aceb34eb6288ece37d9bbd7f2bc6d (diff) | |
download | lua-9b01da97e3a8f2df9acbd3b86af50e4040e9d914.tar.gz lua-9b01da97e3a8f2df9acbd3b86af50e4040e9d914.tar.bz2 lua-9b01da97e3a8f2df9acbd3b86af50e4040e9d914.zip |
Small bug in 'luaE_luaE_statesize'
Plus, function was renamed to 'luaE_threadsize'.
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ union GCUnion { | |||
416 | 416 | ||
417 | LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); | 417 | LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); |
418 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); | 418 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); |
419 | LUAI_FUNC size_t luaE_statesize (lua_State *L); | 419 | LUAI_FUNC size_t luaE_threadsize (lua_State *L); |
420 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); | 420 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); |
421 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | 421 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); |
422 | LUAI_FUNC void luaE_checkcstack (lua_State *L); | 422 | LUAI_FUNC void luaE_checkcstack (lua_State *L); |