summaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-07 15:29:13 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-07 15:29:13 -0300
commit2a21f6c894e23a201f4028cd222a5790b79018fe (patch)
treed8e55b99e29ba5f444748608f363cb3ad797efd3 /lstate.h
parent3670db99b65f74d2671bfa9aa37ca7794c32332d (diff)
downloadlua-2a21f6c894e23a201f4028cd222a5790b79018fe.tar.gz
lua-2a21f6c894e23a201f4028cd222a5790b79018fe.tar.bz2
lua-2a21f6c894e23a201f4028cd222a5790b79018fe.zip
'lua_Kcontext' -> 'lua_KContext'
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;