diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.95 2013/09/11 14:09:55 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.96 2013/09/13 16:21:52 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -214,6 +214,7 @@ LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); | |||
214 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); | 214 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); |
215 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); | 215 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); |
216 | LUAI_FUNC void luaE_freeCI (lua_State *L); | 216 | LUAI_FUNC void luaE_freeCI (lua_State *L); |
217 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | ||
217 | 218 | ||
218 | 219 | ||
219 | #endif | 220 | #endif |