aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/src/lstate.h')
-rw-r--r--lib/lua/src/lstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lua/src/lstate.h b/lib/lua/src/lstate.h
index 3bc575b6b..c4364ea3f 100644
--- a/lib/lua/src/lstate.h
+++ b/lib/lua/src/lstate.h
@@ -86,6 +86,7 @@ typedef struct global_State {
int gcpause; /* size of pause between successive GCs */
int gcstepmul; /* GC `granularity' */
lua_CFunction panic; /* to be called in unprotected errors */
+ lua_CFunctionwrapper wrapcf; /* MINETEST-SPECIFIC CHANGE */
TValue l_registry;
struct lua_State *mainthread;
UpVal uvhead; /* head of double-linked list of all open upvalues */