"zio" now keeps its "name".

This commit is contained in:
Roberto Ierusalimschy
1997-12-22 18:57:18 -02:00
parent a78eecee48
commit 03f3f9e707
5 changed files with 32 additions and 29 deletions

View File

@@ -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);