diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |