aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index 7f567453..2ff0d02b 100644
--- a/lstate.h
+++ b/lstate.h
@@ -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 */