From 9fcc48517659c72de43bece515fdd5cea88c07f8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 25 Aug 2003 16:51:54 -0300 Subject: zio does not keep "source" name (nobody uses it) --- lparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index 1cb52623..42d46783 100644 --- a/lparser.h +++ b/lparser.h @@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.48 2003/07/09 15:36:38 roberto Exp roberto $ +** $Id: lparser.h,v 1.49 2003/07/09 20:11:30 roberto Exp roberto $ ** Lua Parser ** See Copyright Notice in lua.h */ @@ -71,7 +71,7 @@ typedef struct FuncState { } FuncState; -Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff); +Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name); #endif -- cgit v1.2.3-55-g6feb