diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-22 18:57:18 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-22 18:57:18 -0200 |
commit | 03f3f9e707ceaf46efb4917f8d32ea62283b9358 (patch) | |
tree | cdf8e8d255fc95e09b94521dff35cd4f0f57d1e6 /lparser.h | |
parent | a78eecee48c725549316629b9a8d936c990b65de (diff) | |
download | lua-03f3f9e707ceaf46efb4917f8d32ea62283b9358.tar.gz lua-03f3f9e707ceaf46efb4917f8d32ea62283b9358.tar.bz2 lua-03f3f9e707ceaf46efb4917f8d32ea62283b9358.zip |
"zio" now keeps its "name".
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: lparser.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ |
3 | ** Syntax analizer and code generator | 3 | ** Syntax analizer and code generator |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | 13 | ||
14 | void luaY_codedebugline (int line); | 14 | void luaY_codedebugline (int line); |
15 | TProtoFunc *luaY_parser (ZIO *z, char *chunkname); | 15 | TProtoFunc *luaY_parser (ZIO *z); |
16 | void luaY_error (char *s); | 16 | void luaY_error (char *s); |
17 | void luaY_syntaxerror (char *s, char *token); | 17 | void luaY_syntaxerror (char *s, char *token); |
18 | 18 | ||