From 81a8845e4f10851693cbe438520a4c07d347a731 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 21 Aug 2002 11:57:48 -0300 Subject: detail --- liolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liolib.c b/liolib.c index 2dc0f038..9938129e 100644 --- a/liolib.c +++ b/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 2.15 2002/08/06 18:01:50 roberto Exp roberto $ +** $Id: liolib.c,v 2.16 2002/08/16 20:02:13 roberto Exp roberto $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -122,7 +122,7 @@ static int io_open (lua_State *L) { static int io_popen (lua_State *L) { -#ifndef POPEN +#ifndef USE_POPEN luaL_error(L, "`popen' not supported"); return 0; #else -- cgit v1.2.3-55-g6feb