diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |