From b4cd38ba6c148cf7db5deae6208b660c3417cac9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 30 Apr 2004 17:13:38 -0300 Subject: new scheme for configuration through `luaconf.h' --- lzio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lzio.c') diff --git a/lzio.c b/lzio.c index b55a2f0a..0ead005a 100644 --- a/lzio.c +++ b/lzio.c @@ -1,5 +1,5 @@ /* -** $Id: lzio.c,v 1.27 2003/08/27 20:57:52 roberto Exp roberto $ +** $Id: lzio.c,v 1.28 2003/11/18 10:44:53 roberto Exp roberto $ ** a generic input stream interface ** See Copyright Notice in lua.h */ @@ -8,6 +8,7 @@ #include #define lzio_c +#define LUA_CORE #include "lua.h" -- cgit v1.2.3-55-g6feb