aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index fd21fb9f..67b43c29 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.102 2014/02/18 13:46:26 roberto Exp roberto $ 2** $Id: lstate.h,v 2.103 2014/05/15 20:41:27 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*/
@@ -69,7 +69,7 @@ typedef struct CallInfo {
69 const Instruction *savedpc; 69 const Instruction *savedpc;
70 } l; 70 } l;
71 struct { /* only for C functions */ 71 struct { /* only for C functions */
72 lua_CFunction k; /* continuation in case of yields */ 72 lua_KFunction k; /* continuation in case of yields */
73 ptrdiff_t old_errfunc; 73 ptrdiff_t old_errfunc;
74 int ctx; /* context info. in case of yields */ 74 int ctx; /* context info. in case of yields */
75 lu_byte old_allowhook; 75 lu_byte old_allowhook;