aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index c44828b6..4a3ea577 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.117 2003/12/03 20:03:07 roberto Exp roberto $ 2** $Id: lstate.h,v 1.118 2003/12/04 17:22:42 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*/
@@ -103,6 +103,7 @@ typedef struct global_State {
103 GCObject **sweepgc; /* position of sweep in `rootgc' */ 103 GCObject **sweepgc; /* position of sweep in `rootgc' */
104 int sweepstrgc; /* position of sweep in `strt' */ 104 int sweepstrgc; /* position of sweep in `strt' */
105 GCObject *gray; /* list of gray objects */ 105 GCObject *gray; /* list of gray objects */
106 GCObject *grayagain; /* list of objects to be traversed atomically */
106 GCObject *weak; /* list of weak tables (to be cleared) */ 107 GCObject *weak; /* list of weak tables (to be cleared) */
107 GCObject *tmudata; /* list of userdata to be GC */ 108 GCObject *tmudata; /* list of userdata to be GC */
108 int gcstate; /* state of garbage collector */ 109 int gcstate; /* state of garbage collector */