From d55bb795faaa3a632aeb92fd29fc12b796ae7968 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 23 Feb 2005 14:30:22 -0300 Subject: details --- luaconf.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index f7ad9a2b..5aadb26b 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.27 2005/01/10 18:33:37 roberto Exp roberto $ +** $Id: luaconf.h,v 1.28 2005/02/10 17:12:02 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -307,7 +307,7 @@ __inline int l_lrint (double flt) /* allows user-specific initialization on new threads */ -#define lua_userstateopen(L) /* empty */ +#define lua_userstateopen(L) ((void)0) #endif @@ -325,9 +325,6 @@ __inline int l_lrint (double flt) #ifdef LUA_LIB - -/* `assert' options */ - /* environment variables that hold the search path for packages */ #define LUA_PATH "LUA_PATH" #define LUA_CPATH "LUA_CPATH" @@ -336,7 +333,7 @@ __inline int l_lrint (double flt) #define LUA_POF "luaopen_" /* separator for open functions in C libraries */ -#define LUA_OFSEP "" +#define LUA_OFSEP "_" /* directory separator (for submodules) */ #if defined(_WIN32) -- cgit v1.2.3-55-g6feb