aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index 1c81b6ed..e95c7288 100644
--- a/lstate.h
+++ b/lstate.h
@@ -186,7 +186,7 @@ typedef struct stringtable {
186*/ 186*/
187struct CallInfo { 187struct CallInfo {
188 StkIdRel func; /* function index in the stack */ 188 StkIdRel func; /* function index in the stack */
189 StkIdRel top; /* top for this function */ 189 StkIdRel top; /* top for this function */
190 struct CallInfo *previous, *next; /* dynamic call link */ 190 struct CallInfo *previous, *next; /* dynamic call link */
191 union { 191 union {
192 struct { /* only for Lua functions */ 192 struct { /* only for Lua functions */