`luaconf.h´ exports all its definitions always (so all of them

must have a lua/LUA prefix).
This commit is contained in:
Roberto Ierusalimschy
2005-03-08 17:10:05 -03:00
parent d3902cfa81
commit f8df21bd20
16 changed files with 237 additions and 253 deletions

View File

@@ -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