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 4798474c..02715dfb 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.146 2017/11/02 11:28:56 roberto Exp $ 2** $Id: lstate.h,v 2.150 2017/11/07 13:25:26 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*/
@@ -91,6 +91,7 @@ typedef struct CallInfo {
91 union { 91 union {
92 struct { /* only for Lua functions */ 92 struct { /* only for Lua functions */
93 const Instruction *savedpc; 93 const Instruction *savedpc;
94 l_signalT trap;
94 } l; 95 } l;
95 struct { /* only for C functions */ 96 struct { /* only for C functions */
96 lua_KFunction k; /* continuation in case of yields */ 97 lua_KFunction k; /* continuation in case of yields */