aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-06-23 13:51:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-06-23 13:51:08 -0300
commit8fd28611d5438b913dc7536d175df106727e2584 (patch)
tree3d7b263acb901006ac14b38f93d428a9d70512f0 /lstate.h
parent93869acb2c33060b6a6f87ac80cd5d229ef8211f (diff)
downloadlua-8fd28611d5438b913dc7536d175df106727e2584.tar.gz
lua-8fd28611d5438b913dc7536d175df106727e2584.tar.bz2
lua-8fd28611d5438b913dc7536d175df106727e2584.zip
outdated comment
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index d130f668..20eb8804 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.31 2008/02/11 15:45:30 roberto Exp roberto $ 2** $Id: lstate.h,v 2.32 2008/02/19 18:55:09 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -80,7 +80,7 @@ typedef struct global_State {
80 lu_byte gckind; /* kind of GC running */ 80 lu_byte gckind; /* kind of GC running */
81 int sweepstrgc; /* position of sweep in `strt' */ 81 int sweepstrgc; /* position of sweep in `strt' */
82 GCObject *rootgc; /* list of all collectable objects */ 82 GCObject *rootgc; /* list of all collectable objects */
83 GCObject **sweepgc; /* position of sweep in `rootgc' */ 83 GCObject **sweepgc; /* current position of sweep */
84 GCObject *gray; /* list of gray objects */ 84 GCObject *gray; /* list of gray objects */
85 GCObject *grayagain; /* list of objects to be traversed atomically */ 85 GCObject *grayagain; /* list of objects to be traversed atomically */
86 GCObject *weak; /* list of tables with weak values */ 86 GCObject *weak; /* list of tables with weak values */