From 2a21f6c894e23a201f4028cd222a5790b79018fe Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 7 Oct 2014 15:29:13 -0300 Subject: 'lua_Kcontext' -> 'lua_KContext' --- lstate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 7f9de719..022fd29f 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.115 2014/08/01 17:33:08 roberto Exp roberto $ +** $Id: lstate.h,v 2.116 2014/10/06 21:34:34 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -74,7 +74,7 @@ typedef struct CallInfo { struct { /* only for C functions */ lua_KFunction k; /* continuation in case of yields */ ptrdiff_t old_errfunc; - lua_Kcontext ctx; /* context info. in case of yields */ + lua_KContext ctx; /* context info. in case of yields */ } c; } u; ptrdiff_t extra; -- cgit v1.2.3-55-g6feb