diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.143 2017/06/12 14:21:44 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.144 2017/07/27 13:50:16 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 | */ |
@@ -192,6 +192,7 @@ struct lua_State { | |||
192 | StkId top; /* first free slot in the stack */ | 192 | StkId top; /* first free slot in the stack */ |
193 | global_State *l_G; | 193 | global_State *l_G; |
194 | CallInfo *ci; /* call info for current function */ | 194 | CallInfo *ci; /* call info for current function */ |
195 | StkId func; /* current function */ | ||
195 | const Instruction *oldpc; /* last pc traced */ | 196 | const Instruction *oldpc; /* last pc traced */ |
196 | StkId stack_last; /* last free slot in the stack */ | 197 | StkId stack_last; /* last free slot in the stack */ |
197 | StkId stack; /* stack base */ | 198 | StkId stack; /* stack base */ |