From eb70f58279e7bd8581ecf58c763d8065a8e2bfb0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 14 Nov 2011 14:55:35 -0200 Subject: 'luaIO_Stream' -> 'luaL_Stream' --- liolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liolib.c b/liolib.c index b5b90309..4beee64a 100644 --- a/liolib.c +++ b/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 2.105 2011/11/09 14:10:43 roberto Exp roberto $ +** $Id: liolib.c,v 2.106 2011/11/11 19:59:17 roberto Exp roberto $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -102,7 +102,7 @@ #define IO_OUTPUT (IO_PREFIX "output") -typedef luaIO_Stream LStream; +typedef luaL_Stream LStream; #define tolstream(L) ((LStream *)luaL_checkudata(L, 1, LUA_FILEHANDLE)) -- cgit v1.2.3-55-g6feb