aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lstate.h b/lstate.h
index 2a03576d..e2108668 100644
--- a/lstate.h
+++ b/lstate.h
@@ -416,6 +416,7 @@ union GCUnion {
416 416
417LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); 417LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
418LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); 418LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
419LUAI_FUNC size_t luaE_statesize (lua_State *L);
419LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); 420LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
420LUAI_FUNC void luaE_shrinkCI (lua_State *L); 421LUAI_FUNC void luaE_shrinkCI (lua_State *L);
421LUAI_FUNC void luaE_checkcstack (lua_State *L); 422LUAI_FUNC void luaE_checkcstack (lua_State *L);