diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-08-01 14:33:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-08-01 14:33:08 -0300 |
commit | 2be88d50843eafae123c28dfc9750fcf473f28e4 (patch) | |
tree | 489cdf215995776425d78665a34dedb09a54c028 /lstate.h | |
parent | f5c690b684b8503dce9fe9f9e1a956cabd1c8699 (diff) | |
download | lua-2be88d50843eafae123c28dfc9750fcf473f28e4.tar.gz lua-2be88d50843eafae123c28dfc9750fcf473f28e4.tar.bz2 lua-2be88d50843eafae123c28dfc9750fcf473f28e4.zip |
'lua_Ctx' -> '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.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; |