diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-07 15:29:13 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-07 15:29:13 -0300 |
commit | 2a21f6c894e23a201f4028cd222a5790b79018fe (patch) | |
tree | d8e55b99e29ba5f444748608f363cb3ad797efd3 /lstate.h | |
parent | 3670db99b65f74d2671bfa9aa37ca7794c32332d (diff) | |
download | lua-2a21f6c894e23a201f4028cd222a5790b79018fe.tar.gz lua-2a21f6c894e23a201f4028cd222a5790b79018fe.tar.bz2 lua-2a21f6c894e23a201f4028cd222a5790b79018fe.zip |
'lua_Kcontext' -> 'lua_KContext'
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; |