From f8df21bd2071c4e3729d37d1552f54ca2742551a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 8 Mar 2005 17:10:05 -0300 Subject: `luaconf.h´ exports all its definitions always (so all of them must have a lua/LUA prefix). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- loslib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loslib.c') diff --git a/loslib.c b/loslib.c index 7dce9b26..8732e88f 100644 --- a/loslib.c +++ b/loslib.c @@ -1,5 +1,5 @@ /* -** $Id: loslib.c,v 1.3 2004/10/08 18:57:16 roberto Exp roberto $ +** $Id: loslib.c,v 1.4 2005/01/10 19:16:29 roberto Exp roberto $ ** Standard Operating System library ** See Copyright Notice in lua.h */ @@ -57,7 +57,7 @@ static int io_rename (lua_State *L) { static int io_tmpname (lua_State *L) { -#if !USE_TMPNAME +#if !LUA_USETMPNAME luaL_error(L, "`tmpname' not supported"); return 0; #else -- cgit v1.2.3-55-g6feb