aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lstate.h b/lstate.h
index 0322e2c6..c1283bb6 100644
--- a/lstate.h
+++ b/lstate.h
@@ -260,6 +260,7 @@ typedef struct global_State {
260 lu_byte currentwhite; 260 lu_byte currentwhite;
261 lu_byte gcstate; /* state of garbage collector */ 261 lu_byte gcstate; /* state of garbage collector */
262 lu_byte gckind; /* kind of GC running */ 262 lu_byte gckind; /* kind of GC running */
263 lu_byte gcstopem; /* stops emergency collections */
263 lu_byte genminormul; /* control for minor generational collections */ 264 lu_byte genminormul; /* control for minor generational collections */
264 lu_byte genmajormul; /* control for major generational collections */ 265 lu_byte genmajormul; /* control for major generational collections */
265 lu_byte gcrunning; /* true if GC is running */ 266 lu_byte gcrunning; /* true if GC is running */