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 6dae8990..32c53a9d 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.113 2014/07/18 14:46:47 roberto Exp roberto $ 2** $Id: lstate.h,v 2.114 2014/07/23 17:15:43 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*/
@@ -68,7 +68,7 @@ typedef struct CallInfo {
68 struct { /* only for C functions */ 68 struct { /* only for C functions */
69 lua_KFunction k; /* continuation in case of yields */ 69 lua_KFunction k; /* continuation in case of yields */
70 ptrdiff_t old_errfunc; 70 ptrdiff_t old_errfunc;
71 lua_Ctx ctx; /* context info. in case of yields */ 71 lua_Kcontext ctx; /* context info. in case of yields */
72 } c; 72 } c;
73 } u; 73 } u;
74 ptrdiff_t extra; 74 ptrdiff_t extra;