From 89b56e7d84d84de58fcc9d540c2003c6c2f8c134 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 19 Jun 2014 15:27:20 -0300 Subject: more precision between closure types ('LClosure' x 'CClosure') --- lparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index c6a78a79..3ee6f7f0 100644 --- a/lparser.h +++ b/lparser.h @@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.71 2013/04/16 18:46:28 roberto Exp roberto $ +** $Id: lparser.h,v 1.72 2013/08/30 16:01:37 roberto Exp roberto $ ** Lua Parser ** See Copyright Notice in lua.h */ @@ -113,8 +113,8 @@ typedef struct FuncState { } FuncState; -LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, - Dyndata *dyd, const char *name, int firstchar); +LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, + Dyndata *dyd, const char *name, int firstchar); #endif -- cgit v1.2.3-55-g6feb