lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 8fd28611d5438b913dc7536d175df106727e2584
parent 93869acb2c33060b6a6f87ac80cd5d229ef8211f
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 23 Jun 2008 13:50:45 -0300

outdated comment

Diffstat:
Mlstate.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lstate.h b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.31 2008/02/11 15:45:30 roberto Exp roberto $ +** $Id: lstate.h,v 2.32 2008/02/19 18:55:09 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -80,7 +80,7 @@ typedef struct global_State { lu_byte gckind; /* kind of GC running */ int sweepstrgc; /* position of sweep in `strt' */ GCObject *rootgc; /* list of all collectable objects */ - GCObject **sweepgc; /* position of sweep in `rootgc' */ + GCObject **sweepgc; /* current position of sweep */ GCObject *gray; /* list of gray objects */ GCObject *grayagain; /* list of objects to be traversed atomically */ GCObject *weak; /* list of tables with weak values */