From 2be88d50843eafae123c28dfc9750fcf473f28e4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 1 Aug 2014 14:33:08 -0300 Subject: 'lua_Ctx' -> '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 6dae8990..32c53a9d 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.113 2014/07/18 14:46:47 roberto Exp roberto $ +** $Id: lstate.h,v 2.114 2014/07/23 17:15:43 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -68,7 +68,7 @@ typedef struct CallInfo { struct { /* only for C functions */ lua_KFunction k; /* continuation in case of yields */ ptrdiff_t old_errfunc; - lua_Ctx 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