small change

This commit is contained in:
Roberto Ierusalimschy
2004-12-27 13:58:15 -02:00
parent 96727c61b8
commit 49fe79e9fd

View File

@@ -1,5 +1,5 @@
/* /*
** $Id: luaconf.h,v 1.21 2004/12/13 12:08:34 roberto Exp $ ** $Id: luaconf.h,v 1.21 2004/12/22 17:43:27 roberto Exp roberto $
** Configuration file for Lua ** Configuration file for Lua
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */
@@ -329,11 +329,7 @@ __inline int l_lrint (double flt)
#define LUA_CPATH "LUA_CPATH" #define LUA_CPATH "LUA_CPATH"
/* prefix for open functions in C libraries */ /* prefix for open functions in C libraries */
#if defined(__APPLE__) && defined(__MACH__)
#define LUA_POF "_luaopen_"
#else
#define LUA_POF "luaopen_" #define LUA_POF "luaopen_"
#endif
/* separator for open functions in C libraries */ /* separator for open functions in C libraries */
#define LUA_OFSEP "" #define LUA_OFSEP ""