diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.h,v 2.50 2011/01/26 16:30:02 roberto Exp roberto $ | 2 | ** $Id: lgc.h,v 2.51 2011/09/30 12:44:19 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 | */ |
@@ -122,7 +122,6 @@ | |||
122 | #define luaC_barrierproto(L,p,c) \ | 122 | #define luaC_barrierproto(L,p,c) \ |
123 | { if (isblack(obj2gco(p))) luaC_barrierproto_(L,p,c); } | 123 | { if (isblack(obj2gco(p))) luaC_barrierproto_(L,p,c); } |
124 | 124 | ||
125 | LUAI_FUNC void luaC_separateudata (lua_State *L, int all); | ||
126 | LUAI_FUNC void luaC_freeallobjects (lua_State *L); | 125 | LUAI_FUNC void luaC_freeallobjects (lua_State *L); |
127 | LUAI_FUNC void luaC_step (lua_State *L); | 126 | LUAI_FUNC void luaC_step (lua_State *L); |
128 | LUAI_FUNC void luaC_forcestep (lua_State *L); | 127 | LUAI_FUNC void luaC_forcestep (lua_State *L); |