From 03f3f9e707ceaf46efb4917f8d32ea62283b9358 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 22 Dec 1997 18:57:18 -0200 Subject: "zio" now keeps its "name". --- lparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index 5df77abc..f94045d2 100644 --- a/lparser.h +++ b/lparser.h @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: lparser.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ ** Syntax analizer and code generator ** See Copyright Notice in lua.h */ @@ -12,7 +12,7 @@ void luaY_codedebugline (int line); -TProtoFunc *luaY_parser (ZIO *z, char *chunkname); +TProtoFunc *luaY_parser (ZIO *z); void luaY_error (char *s); void luaY_syntaxerror (char *s, char *token); -- cgit v1.2.3-55-g6feb