diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-08-25 16:51:54 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-08-25 16:51:54 -0300 |
| commit | 9fcc48517659c72de43bece515fdd5cea88c07f8 (patch) | |
| tree | ad065ea1c7e2c0f6781e366e9a2e95b4cadb1780 /lparser.h | |
| parent | 64066359dda2a0920d307e901185faf78cc32b97 (diff) | |
| download | lua-github-9fcc48517659c72de43bece515fdd5cea88c07f8.tar.gz | |
zio does not keep "source" name (nobody uses it)
Diffstat (limited to 'lparser.h')
| -rw-r--r-- | lparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.48 2003/07/09 15:36:38 roberto Exp roberto $ +** $Id: lparser.h,v 1.49 2003/07/09 20:11:30 roberto Exp roberto $ ** Lua Parser ** See Copyright Notice in lua.h */ @@ -71,7 +71,7 @@ typedef struct FuncState { } FuncState; -Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff); +Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name); #endif |
