From 49fe79e9fd6db53703037e0c2e51d74fe6d27400 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 27 Dec 2004 13:58:15 -0200 Subject: [PATCH] small change --- luaconf.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/luaconf.h b/luaconf.h index aab35b6f..7ec89f85 100644 --- 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 ""