From b3d0682fb94f56a438dbb4fdb2b3440ccc10cfb4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 8 Oct 2002 15:46:08 -0300 Subject: use of different buffers for scanner and concatenation --- lparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index 2b9c64d4..011c59fe 100644 --- a/lparser.h +++ b/lparser.h @@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.43 2002/05/10 19:22:11 roberto Exp roberto $ +** $Id: lparser.h,v 1.44 2002/05/14 17:52:22 roberto Exp roberto $ ** Lua Parser ** See Copyright Notice in lua.h */ @@ -65,7 +65,7 @@ typedef struct FuncState { } FuncState; -Proto *luaY_parser (lua_State *L, ZIO *z); +Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff); #endif -- cgit v1.2.3-55-g6feb