lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 49fe79e9fd6db53703037e0c2e51d74fe6d27400
parent 96727c61b87d199b51a3ebb707255e79d5ed1b84
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 27 Dec 2004 13:57:53 -0200

small change

Diffstat:
Mluaconf.h | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/luaconf.h b/luaconf.h @@ -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 ** See Copyright Notice in lua.h */ @@ -329,11 +329,7 @@ __inline int l_lrint (double flt) #define LUA_CPATH "LUA_CPATH" /* prefix for open functions in C libraries */ -#if defined(__APPLE__) && defined(__MACH__) -#define LUA_POF "_luaopen_" -#else #define LUA_POF "luaopen_" -#endif /* separator for open functions in C libraries */ #define LUA_OFSEP ""