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 38248e57..65d45264 100644
--- a/lstate.h
+++ b/lstate.h
@@ -308,6 +308,7 @@ struct lua_State {
308 int basehookcount; 308 int basehookcount;
309 int hookcount; 309 int hookcount;
310 volatile l_signalT hookmask; 310 volatile l_signalT hookmask;
311 StkId ptbc; /* pending to-be-closed variable */
311}; 312};
312 313
313 314