diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ typedef struct global_State { | |||
259 | l_obj totalobjs; /* total number of objects allocated + GCdebt */ | 259 | l_obj totalobjs; /* total number of objects allocated + GCdebt */ |
260 | l_obj GCdebt; /* objects counted but not yet allocated */ | 260 | l_obj GCdebt; /* objects counted but not yet allocated */ |
261 | l_obj marked; /* number of objects marked in a GC cycle */ | 261 | l_obj marked; /* number of objects marked in a GC cycle */ |
262 | l_obj GCmajorminor; /* auxiliar counter to control major-minor shifts */ | 262 | l_obj GCmajorminor; /* auxiliary counter to control major-minor shifts */ |
263 | stringtable strt; /* hash table for strings */ | 263 | stringtable strt; /* hash table for strings */ |
264 | TValue l_registry; | 264 | TValue l_registry; |
265 | TValue nilvalue; /* a nil value */ | 265 | TValue nilvalue; /* a nil value */ |