diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -399,7 +399,6 @@ union GCUnion { | |||
399 | LUAI_FUNC void luaE_setdebt (global_State *g, l_obj debt); | 399 | LUAI_FUNC void luaE_setdebt (global_State *g, l_obj debt); |
400 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); | 400 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); |
401 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); | 401 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); |
402 | LUAI_FUNC void luaE_freeCI (lua_State *L); | ||
403 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | 402 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); |
404 | LUAI_FUNC void luaE_checkcstack (lua_State *L); | 403 | LUAI_FUNC void luaE_checkcstack (lua_State *L); |
405 | LUAI_FUNC void luaE_incCstack (lua_State *L); | 404 | LUAI_FUNC void luaE_incCstack (lua_State *L); |