aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index aad379fd..61dd99f9 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.122 2015/06/01 16:34:37 roberto Exp roberto $ 2** $Id: lstate.h,v 2.123 2015/07/04 16:33:17 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*/
@@ -131,7 +131,6 @@ typedef struct global_State {
131 GCObject *tobefnz; /* list of userdata to be GC */ 131 GCObject *tobefnz; /* list of userdata to be GC */
132 GCObject *fixedgc; /* list of objects not to be collected */ 132 GCObject *fixedgc; /* list of objects not to be collected */
133 struct lua_State *twups; /* list of threads with open upvalues */ 133 struct lua_State *twups; /* list of threads with open upvalues */
134 Mbuffer buff; /* temporary buffer for string concatenation */
135 unsigned int gcfinnum; /* number of finalizers to call in each GC step */ 134 unsigned int gcfinnum; /* number of finalizers to call in each GC step */
136 int gcpause; /* size of pause between successive GCs */ 135 int gcpause; /* size of pause between successive GCs */
137 int gcstepmul; /* GC 'granularity' */ 136 int gcstepmul; /* GC 'granularity' */