diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||