aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index 5ccc4025..76ce110f 100644
--- a/lstate.h
+++ b/lstate.h
@@ -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 */