summaryrefslogtreecommitdiff
path: root/libs/lua/lua-5.3.4/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/lua/lua-5.3.4/lstate.h')
-rw-r--r--libs/lua/lua-5.3.4/lstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/lua/lua-5.3.4/lstate.h b/libs/lua/lua-5.3.4/lstate.h
index a469466c44..a03f9c4c5b 100644
--- a/libs/lua/lua-5.3.4/lstate.h
+++ b/libs/lua/lua-5.3.4/lstate.h
@@ -144,6 +144,7 @@ typedef struct global_State {
unsigned int gcfinnum; /* number of finalizers to call in each GC step */
int gcpause; /* size of pause between successive GCs */
int gcstepmul; /* GC 'granularity' */
+ int gcmlock; /* memory lock new objects - fixedgc */
lua_CFunction panic; /* to be called in unprotected errors */
struct lua_State *mainthread;
const lua_Number *version; /* pointer to version number */