diff options
-rw-r--r-- | lstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |