summaryrefslogtreecommitdiff
path: root/src/lzio.c
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2005-05-20 12:00:00 +0000
committerrepogen <>2005-05-20 12:00:00 +0000
commitbf6b5550cdfbc0c4a3a4577776ad76628d80718e (patch)
treed714ef8ac5581536c0f8bb2c8e90e2b8207799b1 /src/lzio.c
parente6ddfd3b09c0a3727afc773029c323a3defe50fa (diff)
downloadlua-github-5.1-work6.tar.gz
Lua 5.1-work65.1-work6
Diffstat (limited to 'src/lzio.c')
-rw-r--r--src/lzio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lzio.c b/src/lzio.c
index 20f0724c..abe086b4 100644
--- a/src/lzio.c
+++ b/src/lzio.c
@@ -1,5 +1,5 @@
/*
-** $Id: lzio.c,v 1.29 2004/04/30 20:13:38 roberto Exp $
+** $Id: lzio.c,v 1.30 2005/05/17 19:49:15 roberto Exp $
** a generic input stream interface
** See Copyright Notice in lua.h
*/
@@ -43,7 +43,7 @@ int luaZ_lookahead (ZIO *z) {
}
-void luaZ_init (lua_State *L, ZIO *z, lua_Chunkreader reader, void *data) {
+void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
z->L = L;
z->reader = reader;
z->data = data;