diff options
Diffstat (limited to 'lgc.c')
-rw-r--r-- | lgc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.c,v 2.177 2014/02/18 13:46:26 roberto Exp roberto $ | 2 | ** $Id: lgc.c,v 2.178 2014/02/19 13:51:09 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 | */ |
@@ -169,7 +169,7 @@ void luaC_barrierback_ (lua_State *L, GCObject *o) { | |||
169 | /* | 169 | /* |
170 | ** barrier for assignments to closed upvalues. Because upvalues are | 170 | ** barrier for assignments to closed upvalues. Because upvalues are |
171 | ** shared among closures, it is impossible to know the color of all | 171 | ** shared among closures, it is impossible to know the color of all |
172 | ** closured pointing to it. So, we assume that the object being assigned | 172 | ** closures pointing to it. So, we assume that the object being assigned |
173 | ** must be marked. | 173 | ** must be marked. |
174 | */ | 174 | */ |
175 | LUAI_FUNC void luaC_upvalbarrier_ (lua_State *L, UpVal *uv) { | 175 | LUAI_FUNC void luaC_upvalbarrier_ (lua_State *L, UpVal *uv) { |