From 72659a06050632da1a9b4c492302be46ac283f6b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 28 Nov 2001 18:13:13 -0200 Subject: no more explicit support for wide-chars; too much troble... --- lzio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lzio.c') diff --git a/lzio.c b/lzio.c index b5892ce0..208bdb8b 100644 --- a/lzio.c +++ b/lzio.c @@ -1,5 +1,5 @@ /* -** $Id: lzio.c,v 1.13 2000/06/12 13:52:05 roberto Exp roberto $ +** $Id: lzio.c,v 1.14 2001/03/26 14:31:49 roberto Exp $ ** a generic input stream interface ** See Copyright Notice in lua.h */ @@ -9,7 +9,6 @@ #include #include -#define LUA_PRIVATE #include "lua.h" #include "lzio.h" -- cgit v1.2.3-55-g6feb