From 370d31a5593220723d222dec6e3e4019decc3309 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 9 Mar 2005 13:28:07 -0300 Subject: `luacĀ“ -> `luai' (to avoid confusion with other luac stuff) 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 8732e88f..728ee1d8 100644 --- a/loslib.c +++ b/loslib.c @@ -1,5 +1,5 @@ /* -** $Id: loslib.c,v 1.4 2005/01/10 19:16:29 roberto Exp roberto $ +** $Id: loslib.c,v 1.5 2005/03/08 20:10:05 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 !LUA_USETMPNAME +#if !LUA_USE_TMPNAME luaL_error(L, "`tmpname' not supported"); return 0; #else -- cgit v1.2.3-55-g6feb