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 a0d49c65..c44828b6 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.116 2003/12/03 12:30:41 roberto Exp roberto $ 2** $Id: lstate.h,v 1.117 2003/12/03 20:03:07 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*/
@@ -101,6 +101,7 @@ typedef struct global_State {
101 GCObject *rootgc; /* list of all collectable objects */ 101 GCObject *rootgc; /* list of all collectable objects */
102 GCObject *firstudata; /* udata go to the end of `rootgc' */ 102 GCObject *firstudata; /* udata go to the end of `rootgc' */
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 GCObject *gray; /* list of gray objects */ 105 GCObject *gray; /* list of gray objects */
105 GCObject *weak; /* list of weak tables (to be cleared) */ 106 GCObject *weak; /* list of weak tables (to be cleared) */
106 GCObject *tmudata; /* list of userdata to be GC */ 107 GCObject *tmudata; /* list of userdata to be GC */