diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-10-03 14:54:25 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-10-03 14:54:25 -0300 |
commit | 788a0ecd27f1841ff572ba3950a12235aec1f551 (patch) | |
tree | c6925f40bbe0e9d434a27aa612100124b2d9ec00 /lgc.h | |
parent | 6d86b937e48718c9f6a7dd0af0ad9f0112002d9f (diff) | |
download | lua-788a0ecd27f1841ff572ba3950a12235aec1f551.tar.gz lua-788a0ecd27f1841ff572ba3950a12235aec1f551.tar.bz2 lua-788a0ecd27f1841ff572ba3950a12235aec1f551.zip |
'luaC_separateudata' renamed to 'separatetobefnz' and called only
from 'lgc.c'
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); |