aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index 70cf52ba..17965d88 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.128 2015/11/13 12:16:51 roberto Exp roberto $ 2** $Id: lstate.h,v 2.129 2015/12/14 11:54:49 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*/
@@ -171,7 +171,7 @@ struct lua_State {
171 struct lua_State *twups; /* list of threads with open upvalues */ 171 struct lua_State *twups; /* list of threads with open upvalues */
172 struct lua_longjmp *errorJmp; /* current error recover point */ 172 struct lua_longjmp *errorJmp; /* current error recover point */
173 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ 173 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
174 lua_Hook hook; 174 volatile lua_Hook hook;
175 ptrdiff_t errfunc; /* current error handling function (stack index) */ 175 ptrdiff_t errfunc; /* current error handling function (stack index) */
176 int stacksize; 176 int stacksize;
177 int basehookcount; 177 int basehookcount;