diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.h,v 2.47 2010/12/17 12:02:29 roberto Exp roberto $ | 2 | ** $Id: lgc.h,v 2.48 2010/12/20 18:17:46 roberto Exp roberto $ |
3 | ** Garbage Collector | 3 | ** Garbage Collector |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -128,6 +128,7 @@ | |||
128 | LUAI_FUNC void luaC_separateudata (lua_State *L, int all); | 128 | LUAI_FUNC void luaC_separateudata (lua_State *L, int all); |
129 | LUAI_FUNC void luaC_freeallobjects (lua_State *L); | 129 | LUAI_FUNC void luaC_freeallobjects (lua_State *L); |
130 | LUAI_FUNC void luaC_step (lua_State *L); | 130 | LUAI_FUNC void luaC_step (lua_State *L); |
131 | LUAI_FUNC void luaC_forcestep (lua_State *L); | ||
131 | LUAI_FUNC void luaC_runtilstate (lua_State *L, int statesmask); | 132 | LUAI_FUNC void luaC_runtilstate (lua_State *L, int statesmask); |
132 | LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency); | 133 | LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency); |
133 | LUAI_FUNC GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, | 134 | LUAI_FUNC GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, |