From 7482e8f914fbf198af02c2970cf0aadd80740f92 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 23 Feb 2011 10:13:10 -0300 Subject: no need of lookahead in Zio --- lparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index 5626d100..de37e125 100644 --- a/lparser.h +++ b/lparser.h @@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.66 2011/02/04 17:34:43 roberto Exp roberto $ +** $Id: lparser.h,v 1.67 2011/02/07 17:14:50 roberto Exp roberto $ ** Lua Parser ** See Copyright Notice in lua.h */ @@ -114,7 +114,7 @@ typedef struct FuncState { LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, - Dyndata *dyd, const char *name); + Dyndata *dyd, const char *name, int firstchar); #endif -- cgit v1.2.3-55-g6feb