summaryrefslogtreecommitdiff
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 7f9de719..022fd29f 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.115 2014/08/01 17:33:08 roberto Exp roberto $ 2** $Id: lstate.h,v 2.116 2014/10/06 21:34:34 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*/
@@ -74,7 +74,7 @@ typedef struct CallInfo {
74 struct { /* only for C functions */ 74 struct { /* only for C functions */
75 lua_KFunction k; /* continuation in case of yields */ 75 lua_KFunction k; /* continuation in case of yields */
76 ptrdiff_t old_errfunc; 76 ptrdiff_t old_errfunc;
77 lua_Kcontext ctx; /* context info. in case of yields */ 77 lua_KContext ctx; /* context info. in case of yields */
78 } c; 78 } c;
79 } u; 79 } u;
80 ptrdiff_t extra; 80 ptrdiff_t extra;